mirror of
https://github.com/LAX18/gitea.git
synced 2026-06-03 14:07:55 -09:00
cafd19c1a3
* Replace `sync.Map` with normal maps - These maps aren't being used in any kind of concurrent read/write and thus don't need `sync.Map` and can instead use normal maps. - Special thanks to dachary. - Added in: https://github.com/go-gitea/gitea/pull/6290 * Remove unannounced feature