Shelikhoo 9 tahun lalu
induk
melakukan
6c8b4f5db3
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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)