From 9bdf118e0da7e6de40abd5ba6c930a3dc355ca69 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Sat, 29 Oct 2011 02:45:50 +0100 Subject: Add missing max_listens_per_region to [LL_Functions] config section in OpenSimDefaults.ini + explanation. This setting controls the maximum number of listeners in a region --- bin/OpenSimDefaults.ini | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/OpenSimDefaults.ini') diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 16ce125..db2a551 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -1060,6 +1060,10 @@ AllowGodFunctions = false + ; Maximum number of llListen events we allow over the entire region. + ; Set this to 0 to have no limit imposed + max_listeners_per_region = 1000 + ; Maximum number of llListen events we allow per script ; Set this to 0 to have no limit imposed. max_listens_per_script = 64 -- cgit v1.1