Explorar o código

Update entrypoint.sh

HoraceZhang hai 11 meses
pai
achega
12d5bfb171
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      entrypoint.sh

+ 1 - 1
entrypoint.sh

@@ -8,7 +8,7 @@ for ((COUNT=1; COUNT<=NODE_COUNT; COUNT++)); do
     echo "start $COUNT node"
     mkdir -p /root/antnode_data/node_$COUNT
     ./antnode --rewards-address $REWARD_ADDRESS --root-dir /root/antnode_data/node_$COUNT evm-arbitrum-one &
-    sleep 0.5
+    sleep 0.1
 done
 
 wait