diff options
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index e9bdabc..284adfe 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1368,6 +1368,10 @@ | |||
1368 | ; If a script overruns it's event limit, kill the script? | 1368 | ; If a script overruns it's event limit, kill the script? |
1369 | KillTimedOutScripts = false | 1369 | KillTimedOutScripts = false |
1370 | 1370 | ||
1371 | ; Amount of time in milliseconds we will wait for an event to completely normally when a script stop is requested | ||
1372 | ; before aborting the thread (such as when an object containing scripts is taken into inventory). | ||
1373 | WaitForEventCompletionOnScriptStop = 1000; | ||
1374 | |||
1371 | ; Sets the multiplier for the scripting delays | 1375 | ; Sets the multiplier for the scripting delays |
1372 | ScriptDelayFactor = 1.0 | 1376 | ScriptDelayFactor = 1.0 |
1373 | 1377 | ||