mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
Fix
This commit is contained in:
parent
d7440bb1d6
commit
6c8b4f5db3
@ -34,7 +34,7 @@ func (this *ConnectionCache) Cleanup() {
|
||||
defer this.cleanupOnce.Reset()
|
||||
|
||||
for len(this.cache) > 0 {
|
||||
time.Sleep(time.Second * 4)
|
||||
time.Sleep(time.Second * 7)
|
||||
this.Lock()
|
||||
for key, value := range this.cache {
|
||||
size := len(value)
|
||||
|
Loading…
x
Reference in New Issue
Block a user