aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index bced817..eac30b8 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -683,7 +683,9 @@
683 ;; Maximum number of events to queue for a script (excluding timers) 683 ;; Maximum number of events to queue for a script (excluding timers)
684 ; MaxScriptEventQueue = 300 684 ; MaxScriptEventQueue = 300
685 685
686 ;; Stack size per thread created 686 ;; Stack size per script engine thread in bytes.
687 ;; If you are experiencing StackOverflowExceptions you may want to increase this (e.g. double it).
688 ;; The trade-off may be increased memory usage by the script engine.
687 ; ThreadStackSize = 262144 689 ; ThreadStackSize = 262144
688 690
689 ;# {DeleteScriptsOnStartup} {} {Delete previously compiled script DLLs on startup?} (true false) true 691 ;# {DeleteScriptsOnStartup} {} {Delete previously compiled script DLLs on startup?} (true false) true