xiang 6 년 전
부모
커밋
a0563197e8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      vendor/GatewayWorker_linux/GatewayWorker/Applications/whisper/start_gateway.php

+ 1 - 1
vendor/GatewayWorker_linux/GatewayWorker/Applications/whisper/start_gateway.php

@@ -63,7 +63,7 @@ $gateway->registerAddress = '127.0.0.1:1238';
 
 
 // 心跳间隔
-$gateway->pingInterval = 5;
+$gateway->pingInterval = 40;
 $gateway->pingNotResponseLimit = 2;
 $gateway->pingData = '{"message_type":"ping"}';