aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorDiva Canto2015-11-29 09:48:48 -0800
committerDiva Canto2015-11-29 09:48:48 -0800
commit55a9bbc6ce5ee9e0ffbd2da2bb0a10b2ea1f7325 (patch)
tree9d977c939800eca5797860ecfc825fae817b72e0 /bin
parentTrying to make http requests less slow, according to http://stackoverflow.com... (diff)
parentchange llLookAt math to master cleaner solution, assuming lAxis2rot does work (diff)
downloadopensim-SC_OLD-55a9bbc6ce5ee9e0ffbd2da2bb0a10b2ea1f7325.zip
opensim-SC_OLD-55a9bbc6ce5ee9e0ffbd2da2bb0a10b2ea1f7325.tar.gz
opensim-SC_OLD-55a9bbc6ce5ee9e0ffbd2da2bb0a10b2ea1f7325.tar.bz2
opensim-SC_OLD-55a9bbc6ce5ee9e0ffbd2da2bb0a10b2ea1f7325.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'bin')
-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")