From a64be59c3b062c88752e8c4dad9e7989286f2be0 Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Sat, 29 Oct 2011 02:45:50 +0100 Subject: [PATCH] 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(+) diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index cd4690aa17..f679981c75 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -1043,6 +1043,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