mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-19 15:45:20 -05:00
re-init maps when they are empty
This commit is contained in:
@@ -78,6 +78,10 @@ func (h *SessionHistory) removeExpiredEntries() {
|
||||
delete(h.cache, session)
|
||||
}
|
||||
}
|
||||
|
||||
if len(h.cache) == 0 {
|
||||
h.cache = make(map[sessionId]time.Time, 128)
|
||||
}
|
||||
}
|
||||
|
||||
type ServerSession struct {
|
||||
|
||||
Reference in New Issue
Block a user