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