diff options
author | Diva Canto | 2015-11-29 09:48:48 -0800 |
---|---|---|
committer | Diva Canto | 2015-11-29 09:48:48 -0800 |
commit | 55a9bbc6ce5ee9e0ffbd2da2bb0a10b2ea1f7325 (patch) | |
tree | 9d977c939800eca5797860ecfc825fae817b72e0 /bin | |
parent | Trying to make http requests less slow, according to http://stackoverflow.com... (diff) | |
parent | change llLookAt math to master cleaner solution, assuming lAxis2rot does work (diff) | |
download | opensim-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.example | 3 |
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") |