diff options
author | David Walter Seikel | 2016-11-28 00:06:22 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-11-28 00:06:22 +1000 |
commit | 20cebcac0cee42492674188fc4f3bdb126e6f7ea (patch) | |
tree | d44deb739028ce493f6074abeb2f09f637fa3c27 /config/OpenSimDefaults.ini | |
parent | Try to avoid avatars sinking through terrain. (diff) | |
download | opensim-SC_OLD-20cebcac0cee42492674188fc4f3bdb126e6f7ea.zip opensim-SC_OLD-20cebcac0cee42492674188fc4f3bdb126e6f7ea.tar.gz opensim-SC_OLD-20cebcac0cee42492674188fc4f3bdb126e6f7ea.tar.bz2 opensim-SC_OLD-20cebcac0cee42492674188fc4f3bdb126e6f7ea.tar.xz |
Scripts run much faster now, there might be more events flying around.
Diffstat (limited to '')
-rw-r--r-- | config/OpenSimDefaults.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/OpenSimDefaults.ini b/config/OpenSimDefaults.ini index 8a0d373..b62bcd7 100644 --- a/config/OpenSimDefaults.ini +++ b/config/OpenSimDefaults.ini | |||
@@ -1687,7 +1687,7 @@ | |||
1687 | Priority = "BelowNormal" | 1687 | Priority = "BelowNormal" |
1688 | 1688 | ||
1689 | ; Maximum number of events to queue for a script (excluding timers) | 1689 | ; Maximum number of events to queue for a script (excluding timers) |
1690 | MaxScriptEventQueue = 300 | 1690 | MaxScriptEventQueue = 3000 |
1691 | 1691 | ||
1692 | ; Stack size per thread created | 1692 | ; Stack size per thread created |
1693 | ThreadStackSize = 262144 | 1693 | ThreadStackSize = 262144 |