aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-12-13 21:02:55 +0000
committerJustin Clark-Casey (justincc)2012-12-13 23:21:25 +0000
commit523213060b315c677bf3142b5d2925460a49c9ed (patch)
tree4802e764c3c7789d22a50bd51a157930505c81b3 /bin
parentFix formatting (diff)
downloadopensim-SC_OLD-523213060b315c677bf3142b5d2925460a49c9ed.zip
opensim-SC_OLD-523213060b315c677bf3142b5d2925460a49c9ed.tar.gz
opensim-SC_OLD-523213060b315c677bf3142b5d2925460a49c9ed.tar.bz2
opensim-SC_OLD-523213060b315c677bf3142b5d2925460a49c9ed.tar.xz
Add WaitForEventCompletionOnScriptStop [XEngine] config param to OpenSimDefaults.ini to allow change of the wait time for an event to complete on script removal before aborting its thread
Default is 1000, as has previously been the case. This parameter exists for further debug work concerning mono 2.10 crashes that may be related to locks not being removed on Thread.Abort
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini4
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