mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-23 05:19:43 +08:00
update script
This commit is contained in:
parent
e50ac3221a
commit
a2c097ff0e
@ -25,9 +25,6 @@ fi
|
|||||||
#Waiting port recycling
|
#Waiting port recycling
|
||||||
sleep 3
|
sleep 3
|
||||||
cd ${msg_gateway_binary_root}
|
cd ${msg_gateway_binary_root}
|
||||||
|
|
||||||
ulimit -n 300000
|
|
||||||
|
|
||||||
for ((i = 0; i < ${#ws_ports[@]}; i++)); do
|
for ((i = 0; i < ${#ws_ports[@]}; i++)); do
|
||||||
nohup ./${msg_gateway_name} -rpc_port ${rpc_ports[$i]} -ws_port ${ws_ports[$i]} >>../logs/${msg_gateway_name}.$(date +%Y-%m-%d).log 2>&1 &
|
nohup ./${msg_gateway_name} -rpc_port ${rpc_ports[$i]} -ws_port ${ws_ports[$i]} >>../logs/${msg_gateway_name}.$(date +%Y-%m-%d).log 2>&1 &
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user