1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- [Startup]
- PIDFile = "/home/opensim/opensim/bin/grid/Amiais/Amiais.pid"
- regionload_regionsdir = "/home/opensim/opensim/bin/grid/Amiais/Regions/"
- Stats_URI = "jsonSimStats"
- [Network]
- http_listener_port = 9150
- [OSSL]
- OSFunctionThreatLevel = VeryHigh
- Allow_osAgentSaveAppearance = true
- Allow_osAvatarPlayAnimation = true
- Allow_osAvatarStopAnimation = true
- Allow_osNpcCreate = true
- Allow_osNpcRemove = true
- Allow_osIsNpc = true
- Allow_osNpcGetRot = true
- Allow_osNpcSetRot = true
- Allow_osNpcGetPos = true
- Allow_osNpcGetOwner = true
- Allow_osNpcMoveTo = true
- Allow_osNpcMoveToTarget = true
- Allow_osNpcStopMoveToTarget = true
- Allow_osNpcSit = true
- Allow_osNpcStand = true
- Allow_osNpcSay = true
- Allow_osNpcShout = true
- Allow_osNpcWhisper = true
- Allow_osNpcPlayAnimation = true
- Allow_osNpcStopAnimation = true
- Allow_osOwnerSaveAppearance = true
- Allow_osAgentSaveAppearance = true
- Allow_osNpcSaveAppearance = true
- Allow_osNpcLoadAppearance = true
- Allow_osNpcTouch = true
-
- Creators_osAgentSaveAppearance = true
- Creators_osAvatarPlayAnimation = true
- Creators_osAvatarStopAnimation = true
- Creators_osNpcCreate = true
- Creators_osNpcRemove = true
- Creators_osIsNpc = true
- Creators_osNpcGetRot = true
- Creators_osNpcSetRot = true
- Creators_osNpcGetPos = true
- Creators_osNpcGetOwner = true
- Creators_osNpcMoveTo = true
- Creators_osNpcMoveToTarget = true
- Creators_osNpcStopMoveToTarget = true
- Creators_osNpcSit = true
- Creators_osNpcStand = true
- Creators_osNpcSay = true
- Creators_osNpcShout = true
- Creators_osNpcWhisper = true
- Creators_osNpcPlayAnimation = true
- Creators_osNpcStopAnimation = true
- Creators_osOwnerSaveAppearance = true
- Creators_osAgentSaveAppearance = true
- Creators_osNpcSaveAppearance = true
- Creators_osNpcLoadAppearance = true
- Creators_osNpcTouch = true
- [ScriptsHttpRequestModule]
- ; options for llHttpRequest
-
- ; max number of concurrent connections per instance (all scenes), default 8
- MaxPoolThreads = 32
-
- ; max requests per second for all scripts on a prim, default 1
- PrimRequestsPerSec = 5.0
- ; initial unthrottled burst for all scripts on a prim, default 3
- PrimRequestsBurst = 20.0
- ; max requests per second for the objects owner (per instance), default 25
- PrimOwnerRequestsPerSec = 100.0
- ; initial unthrottled burst for the objects owner (per instance), default 5
- PrimOwnerRequestsBurst = 25.0
-
- ; requests timeout in miliseconds, range 200 to 60000, default 30000
- RequestsTimeOut = 60000
|