mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-14 16:04:38 +01:00
prevent concurrent map write to questCache
This commit is contained in:
@@ -75,6 +75,7 @@ type Server struct {
|
||||
|
||||
raviente *Raviente
|
||||
|
||||
questCacheLock sync.RWMutex
|
||||
questCacheData map[int][]byte
|
||||
questCacheTime map[int]time.Time
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user