aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini7
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 995768a..7ccc5fc 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1427,12 +1427,13 @@
1427 ; DeleteScriptsOnStartup = false 1427 ; DeleteScriptsOnStartup = false
1428 1428
1429 ; Controls whether scripts are stopped by aborting their threads externally (abort) 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 ; or by co-operative checks inserted by OpenSimulator into compiled script (co-op).
1431 ; co-op will be more stable but this option is currently experimental. 1431 ; co-op will be more stable as aborting threads can cause instability.
1432 ; abort was the default option in OpenSimulator 0.8 and before.
1432 ; If this setting is changed between co-op and abort, then existing scripts will automatically be recompiled if necessary. 1433 ; If this setting is changed between co-op and abort, then existing scripts will automatically be recompiled if necessary.
1433 ; However, the setting change will not take affect until the next time you restart the simulator. 1434 ; However, the setting change will not take affect until the next time you restart the simulator.
1434 ; Setting changes will not affect state information stored for scripts. 1435 ; Setting changes will not affect state information stored for scripts.
1435 ;ScriptStopStrategy = abort 1436 ScriptStopStrategy = co-op
1436 1437
1437 ; Rate to poll for asynchronous command replies (ms) 1438 ; Rate to poll for asynchronous command replies (ms)
1438 ; currently unused 1439 ; currently unused