ソースを参照

Set reuse limit

Shelikhoo 9 年 前
コミット
2209294dfc
1 ファイル変更1 行追加1 行削除
  1. 1 1
      transport/internet/ws/connection_cache.go

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

@@ -67,7 +67,7 @@ func (this *ConnectionCache) Recycle(dest string, conn *wsconn) {
 
 	aconn := &AwaitingConnection{
 		conn:   conn,
-		expire: time.Now().Add(time.Second * 180),
+		expire: time.Now().Add(time.Second * 7),
 	}
 
 	var list []*AwaitingConnection