diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 8 |
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 |
325 | AllowosConsoleCommand=false | 325 | AllowosConsoleCommand=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. | ||
329 | max_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. | ||
333 | max_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 |