blob: e7ab7a97dbdcc874d1baa0816ee3f7bebb466839 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
; This file shows initialization defaults for OpenSimulator. If you want to override these
; please copy/rename this file from .ini.example file to .ini. For example
;
; chat.ini.example => chat.ini
;
; or you can copy and paste the settings from this file directly to bin/OpenSim.ini
;
[LL-Functions]
; Set the following to true to allow administrator owned scripts to execute console commands
; currently unused
; AllowosConsoleCommand=false
AllowGodFunctions = false
; Maximum number of llListen events we allow per script
; Set this to 0 to have no limit imposed.
max_listens_per_script = 64
|