From 37d7576d6748c8a2756e81b85b92f593ef0769f1 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 27 Nov 2015 19:25:56 +0000 Subject: add missing Xengine MinTimerInterval to opensim.ini.example --- bin/OpenSim.ini.example | 3 +++ 1 file changed, 3 insertions(+) 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 @@ ;; Time a thread must be idle (in seconds) before it dies ; IdleTimeout = 60 + ;; llSetTimerEvent minimum value. Default 0.5s, 0.05s whould be more resonable + ; MinTimerInterval = 0.5 + ;# {Priority} {Enabled:true} {Priority for script engine threads?} {Lowest BelowNormal Normal AboveNormal Highest} BelowNormal ;; Thread priority ("Lowest", "BelowNormal", "Normal", "AboveNormal", ;; "Highest") -- cgit v1.1