From 24f722f9af5d3e01beb9cdb0664c47b67c353b38 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 10 Mar 2013 23:53:31 -0400 Subject: [PATCH] reduced time spent snoozing between launches. --- scripts/opensim/opensim_utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/opensim/opensim_utils.sh b/scripts/opensim/opensim_utils.sh index 1f452623..9405ba6f 100644 --- a/scripts/opensim/opensim_utils.sh +++ b/scripts/opensim/opensim_utils.sh @@ -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. -- 2.34.1