diff options
author | Gusted <williamzijl7@hotmail.com> | 2022-02-03 20:18:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-03 21:18:18 +0200 |
commit | cafd19c1a3245f3dc730b876a693914a7d8260a5 (patch) | |
tree | 26f349ad2d250b9eb23b513d7ca8f5c13e94b83f /.drone.yml | |
parent | e2bbbc4876f089c29c5727e7a74d2e3f09f667f0 (diff) | |
download | gitea-cafd19c1a3245f3dc730b876a693914a7d8260a5.tar.gz gitea-cafd19c1a3245f3dc730b876a693914a7d8260a5.zip |
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
Diffstat (limited to '.drone.yml')
0 files changed, 0 insertions, 0 deletions