aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--bin/OpenSimDefaults.ini12
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 3f373ce..995768a 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1426,13 +1426,13 @@
1426 ; by scripts have changed. 1426 ; by scripts have changed.
1427 ; DeleteScriptsOnStartup = false 1427 ; DeleteScriptsOnStartup = false
1428 1428
1429 ; Controls whether scripts are stopped by aborting their threads externally (abort) or by co-operative checks from the compiled script (co-op) 1429 ; Controls whether scripts are stopped by aborting their threads externally (abort)
1430 ; or by co-operative checks inserted by OpenSimulator into compiled script (co-op)
1430 ; co-op will be more stable but this option is currently experimental. 1431 ; co-op will be more stable but this option is currently experimental.
1431 ; If moving from co-op to abort, existing script DLLs will need to be recompiled. 1432 ; If this setting is changed between co-op and abort, then existing scripts will automatically be recompiled if necessary.
1432 ; This currently can only be done manually, either by setting DeleteScriptsOnStartup = true for one run 1433 ; However, the setting change will not take affect until the next time you restart the simulator.
1433 ; or by deleting the script DLL* files in bin/ScriptEngines/<region-id>/ 1434 ; Setting changes will not affect state information stored for scripts.
1434 ; One can move from co-op back to abort without recompilation, but reverting back to co-op again will need script recompile 1435 ;ScriptStopStrategy = abort
1435 ScriptStopStrategy = abort
1436 1436
1437 ; Rate to poll for asynchronous command replies (ms) 1437 ; Rate to poll for asynchronous command replies (ms)
1438 ; currently unused 1438 ; currently unused