|
|
@@ -36,8 +36,8 @@ $gateway->startPort = 2900;
|
|
|
$gateway->registerAddress = '127.0.0.1:1238';
|
|
|
|
|
|
// 心跳间隔
|
|
|
-//$gateway->pingInterval = 10;
|
|
|
-//$gateway->pingNotResponseLimit = 2;
|
|
|
+$gateway->pingInterval = 5;
|
|
|
+$gateway->pingNotResponseLimit = 2;
|
|
|
// 心跳数据
|
|
|
//$gateway->pingData = '{"message_type":"ping"}';
|
|
|
|