Browse Source

Revert to small delay

Suren A. Chilingaryan 4 years ago
parent
commit
2c6aa083c5
1 changed files with 1 additions and 1 deletions
  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