1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-19 01:14:05 +01:00
gitea/services
Gusted cafd19c1a3
Replace sync.Map with normal maps (#18584)
* 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
2022-02-03 21:18:18 +02:00
..
agit
asymkey
attachment
auth
comments
cron
externalaccount
forms
gitdiff
issue
lfs
mailer
migrations Replace sync.Map with normal maps (#18584) 2022-02-03 21:18:18 +02:00
mirror
org
pull
release
repository
task
user
webhook
wiki