Explorar el Código

Revert to small delay

Suren A. Chilingaryan hace 4 años
padre
commit
2c6aa083c5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      startup.sh

+ 1 - 1
startup.sh

@@ -41,7 +41,7 @@
     )
 #fi
 
-sleep 3600
+sleep 300
 
 num=$(ps xa | grep core.py | grep -v grep | wc -l)
 while [ $num -eq 5 ]; do