aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorAdam Frisby2008-05-08 13:41:10 +0000
committerAdam Frisby2008-05-08 13:41:10 +0000
commitdc21e8d5e2c830311271ac5cafb0d166a571a74e (patch)
tree15ada49d200622454d785ccdf56012188e462cc3 /bin
parent* Commit from Jed Zhu (DeepThink) - Initial implementation of mesh collision... (diff)
downloadopensim-SC_OLD-dc21e8d5e2c830311271ac5cafb0d166a571a74e.zip
opensim-SC_OLD-dc21e8d5e2c830311271ac5cafb0d166a571a74e.tar.gz
opensim-SC_OLD-dc21e8d5e2c830311271ac5cafb0d166a571a74e.tar.bz2
opensim-SC_OLD-dc21e8d5e2c830311271ac5cafb0d166a571a74e.tar.xz
* Applying patch #1121 - Fixes for llListen() (Thanks Middlelink!)
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example8
1 files changed, 8 insertions, 0 deletions
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
324; Set the following to true to allow administrator owned scripts to execute console commands 324; Set the following to true to allow administrator owned scripts to execute console commands
325AllowosConsoleCommand=false 325AllowosConsoleCommand=false
326 326
327; Maximum number of llListen events we allow globally in the region
328; Set this to 0 to have no limit imposed.
329max_listens_per_region = 1000
330
331; Maximum number of llListen events we allow per script
332; Set this to 0 to have no limit imposed.
333max_listens_per_script = 64
334
327[DataSnapshot] 335[DataSnapshot]
328; The following set of configs pertains to search. 336; The following set of configs pertains to search.
329; Set index_sims to true to enable search engines to index your searchable data 337; Set index_sims to true to enable search engines to index your searchable data