xiang il y a 6 ans
Parent
commit
7577b62059

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

@@ -52,7 +52,7 @@ if ($ifssl) {
 // gateway名称,status方便查看
 $gateway->name = 'WhisperGateway';
 // gateway进程数
-$gateway->count = 4;
+$gateway->count = 8;
 // 本机ip,分布式部署时使用内网ip
 $gateway->lanIp = '127.0.0.1';
 // 内部通讯起始端口,假如$gateway->count=4,起始端口为4000