reduced time spent snoozing between launches.
authorChris Koeritz <fred@gruntose.com>
Mon, 11 Mar 2013 03:53:31 +0000 (23:53 -0400)
committerChris Koeritz <fred@gruntose.com>
Mon, 11 Mar 2013 03:53:31 +0000 (23:53 -0400)
scripts/opensim/opensim_utils.sh

index 1f45262348a0df81649f422af977828216c01e98..9405ba6fca8f3d24b5bf25284678413da002170a 100644 (file)
@@ -17,7 +17,7 @@ export LANG=C
 
 # this is used as a process startup snooze, to avoid running a dependent
 # process before the dependency has really started.
-export SNOOZE_TIME=11
+export SNOOZE_TIME=6
 
 # lock the limit in for threads, so we don't have any getting out of control.
 # also make sure we've provided enough space for each thread.