From f06a6573bb94d1a61ddabd1289d0ea541f7788c1 Mon Sep 17 00:00:00 2001 From: Tedd Hansen Date: Fri, 22 Feb 2008 22:24:12 +0000 Subject: One more: Async LSL command thread is also shared now. --- bin/OpenSim.ini.example | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 793fe5b..084d9f7 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -210,12 +210,6 @@ SleepTimeIfNoScriptExecutionMs=50 ; Each AppDomain has some memory overhead. But leaving dead scripts in memory also has memory overhead. ScriptsPerAppDomain=1 -; Script loading / unloading sleep -; How long load/unload thread should sleep if there is nothing to do -; Higher value makes it respond slower when scripts are added/removed from prims -; But once active it will process all in queue before sleeping again - - ; MaintenanceLoop ; How often to run maintenance loop ; Maintenance loop is doing: script compile/load, script unload, reload config, adjust running config and enforce max execution time @@ -224,6 +218,10 @@ MaintenanceLoopms=50 ; How many maintenanceloops between each of these. ; (if 2 then function will be executed every MaintenanceLoopms*2 ms) ; Script loading/unloading + +; How long load/unload thread should sleep if there is nothing to do +; Higher value makes it respond slower when scripts are added/removed from prims +; But once active it will process all in queue before sleeping again MaintenanceLoopTicks_ScriptLoadUnload=1 ; Other tasks -- cgit v1.1