From dc21e8d5e2c830311271ac5cafb0d166a571a74e Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Thu, 8 May 2008 13:41:10 +0000 Subject: * Applying patch #1121 - Fixes for llListen() (Thanks Middlelink!) --- bin/OpenSim.ini.example | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 2736405..2725bd0 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -324,6 +324,14 @@ CleanUpOldScriptsOnStartup=true ; Set the following to true to allow administrator owned scripts to execute console commands AllowosConsoleCommand=false +; Maximum number of llListen events we allow globally in the region +; Set this to 0 to have no limit imposed. +max_listens_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 + [DataSnapshot] ; The following set of configs pertains to search. ; Set index_sims to true to enable search engines to index your searchable data -- cgit v1.1