diff options
author | Justin Clark-Casey (justincc) | 2011-10-29 02:45:50 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-10-29 02:45:50 +0100 |
commit | 9bdf118e0da7e6de40abd5ba6c930a3dc355ca69 (patch) | |
tree | 92ae5f5913e23499db12faaace84129187ca37f8 /bin | |
parent | Remove the SyncRoot locking from Scene which was only being done around the m... (diff) | |
download | opensim-SC_OLD-9bdf118e0da7e6de40abd5ba6c930a3dc355ca69.zip opensim-SC_OLD-9bdf118e0da7e6de40abd5ba6c930a3dc355ca69.tar.gz opensim-SC_OLD-9bdf118e0da7e6de40abd5ba6c930a3dc355ca69.tar.bz2 opensim-SC_OLD-9bdf118e0da7e6de40abd5ba6c930a3dc355ca69.tar.xz |
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
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ | |||
1060 | 1060 | ||
1061 | AllowGodFunctions = false | 1061 | AllowGodFunctions = false |
1062 | 1062 | ||
1063 | ; Maximum number of llListen events we allow over the entire region. | ||
1064 | ; Set this to 0 to have no limit imposed | ||
1065 | max_listeners_per_region = 1000 | ||
1066 | |||
1063 | ; Maximum number of llListen events we allow per script | 1067 | ; Maximum number of llListen events we allow per script |
1064 | ; Set this to 0 to have no limit imposed. | 1068 | ; Set this to 0 to have no limit imposed. |
1065 | max_listens_per_script = 64 | 1069 | max_listens_per_script = 64 |