aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorUbitUmarov2015-11-27 19:25:56 +0000
committerUbitUmarov2015-11-27 19:25:56 +0000
commit37d7576d6748c8a2756e81b85b92f593ef0769f1 (patch)
tree8fa478224bc7a5943a1b19612b8051537a9b5b51 /bin/OpenSim.ini.example
parentcoment out warnings that do a messed around number of threadpool workitens an... (diff)
downloadopensim-SC_OLD-37d7576d6748c8a2756e81b85b92f593ef0769f1.zip
opensim-SC_OLD-37d7576d6748c8a2756e81b85b92f593ef0769f1.tar.gz
opensim-SC_OLD-37d7576d6748c8a2756e81b85b92f593ef0769f1.tar.bz2
opensim-SC_OLD-37d7576d6748c8a2756e81b85b92f593ef0769f1.tar.xz
add missing Xengine MinTimerInterval to opensim.ini.example
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 320b223..c725455 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -871,6 +871,9 @@
871 ;; Time a thread must be idle (in seconds) before it dies 871 ;; Time a thread must be idle (in seconds) before it dies
872 ; IdleTimeout = 60 872 ; IdleTimeout = 60
873 873
874 ;; llSetTimerEvent minimum value. Default 0.5s, 0.05s whould be more resonable
875 ; MinTimerInterval = 0.5
876
874 ;# {Priority} {Enabled:true} {Priority for script engine threads?} {Lowest BelowNormal Normal AboveNormal Highest} BelowNormal 877 ;# {Priority} {Enabled:true} {Priority for script engine threads?} {Lowest BelowNormal Normal AboveNormal Highest} BelowNormal
875 ;; Thread priority ("Lowest", "BelowNormal", "Normal", "AboveNormal", 878 ;; Thread priority ("Lowest", "BelowNormal", "Normal", "AboveNormal",
876 ;; "Highest") 879 ;; "Highest")