diff options
-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") |