projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
727c0f7
)
reduced time spent snoozing between launches.
author
Chris Koeritz
<fred@gruntose.com>
Mon, 11 Mar 2013 03:53:31 +0000
(23:53 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Mon, 11 Mar 2013 03:53:31 +0000
(23:53 -0400)
scripts/opensim/opensim_utils.sh
patch
|
blob
|
history
diff --git
a/scripts/opensim/opensim_utils.sh
b/scripts/opensim/opensim_utils.sh
index 1f45262348a0df81649f422af977828216c01e98..9405ba6fca8f3d24b5bf25284678413da002170a 100644
(file)
--- 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.