mirror of
https://github.com/stashapp/stash.git
synced 2026-01-13 19:54:09 +01:00
* Fix: config race conditions with RWMutex Added RWMutex to config.Instance which read or write locks all instances where viper is used. Refactored checksum manager to only use config and not viper directly anymore. All stash viper operations are now "behind" the config.Instance and thus mutex "protected". |
||
|---|---|---|
| .. | ||
| config.go | ||
| config_concurrency_test.go | ||
| init.go | ||
| urlmap.go | ||
| urlmap_test.go | ||