pull/238/head
Shelikhoo 2016-08-15 21:21:09 +08:00
parent d7440bb1d6
commit 6c8b4f5db3
No known key found for this signature in database
GPG Key ID: 7791BDB0709ABD21
1 changed files with 1 additions and 1 deletions

View File

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