1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-08 19:47:21 +00:00
Files
gitea/models/system
Lunny Xiao dfd2db5695 Fix set system setting failure once it cached (#22333)
Unfortunately, #22295 introduced a bug that when set a cached system
setting, it will not affect.
This PR make sure to remove the cache key when updating a system
setting.

Fix #22332
2023-01-08 21:22:41 +08:00
..