Shelikhoo %!s(int64=9) %!d(string=hai) anos
pai
achega
6c8b4f5db3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      transport/internet/ws/connection_cache.go

+ 1 - 1
transport/internet/ws/connection_cache.go

@@ -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)