OpenSim.ini 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. [Startup]
  2. PIDFile = "/home/opensim/opensim/bin/grid/Amiais/Amiais.pid"
  3. regionload_regionsdir = "/home/opensim/opensim/bin/grid/Amiais/Regions/"
  4. Stats_URI = "jsonSimStats"
  5. [Network]
  6. http_listener_port = 9150
  7. [OSSL]
  8. OSFunctionThreatLevel = VeryHigh
  9. Allow_osAgentSaveAppearance = true
  10. Allow_osAvatarPlayAnimation = true
  11. Allow_osAvatarStopAnimation = true
  12. Allow_osNpcCreate = true
  13. Allow_osNpcRemove = true
  14. Allow_osIsNpc = true
  15. Allow_osNpcGetRot = true
  16. Allow_osNpcSetRot = true
  17. Allow_osNpcGetPos = true
  18. Allow_osNpcGetOwner = true
  19. Allow_osNpcMoveTo = true
  20. Allow_osNpcMoveToTarget = true
  21. Allow_osNpcStopMoveToTarget = true
  22. Allow_osNpcSit = true
  23. Allow_osNpcStand = true
  24. Allow_osNpcSay = true
  25. Allow_osNpcShout = true
  26. Allow_osNpcWhisper = true
  27. Allow_osNpcPlayAnimation = true
  28. Allow_osNpcStopAnimation = true
  29. Allow_osOwnerSaveAppearance = true
  30. Allow_osAgentSaveAppearance = true
  31. Allow_osNpcSaveAppearance = true
  32. Allow_osNpcLoadAppearance = true
  33. Allow_osNpcTouch = true
  34. Creators_osAgentSaveAppearance = true
  35. Creators_osAvatarPlayAnimation = true
  36. Creators_osAvatarStopAnimation = true
  37. Creators_osNpcCreate = true
  38. Creators_osNpcRemove = true
  39. Creators_osIsNpc = true
  40. Creators_osNpcGetRot = true
  41. Creators_osNpcSetRot = true
  42. Creators_osNpcGetPos = true
  43. Creators_osNpcGetOwner = true
  44. Creators_osNpcMoveTo = true
  45. Creators_osNpcMoveToTarget = true
  46. Creators_osNpcStopMoveToTarget = true
  47. Creators_osNpcSit = true
  48. Creators_osNpcStand = true
  49. Creators_osNpcSay = true
  50. Creators_osNpcShout = true
  51. Creators_osNpcWhisper = true
  52. Creators_osNpcPlayAnimation = true
  53. Creators_osNpcStopAnimation = true
  54. Creators_osOwnerSaveAppearance = true
  55. Creators_osAgentSaveAppearance = true
  56. Creators_osNpcSaveAppearance = true
  57. Creators_osNpcLoadAppearance = true
  58. Creators_osNpcTouch = true
  59. [ScriptsHttpRequestModule]
  60. ; options for llHttpRequest
  61. ; max number of concurrent connections per instance (all scenes), default 8
  62. MaxPoolThreads = 32
  63. ; max requests per second for all scripts on a prim, default 1
  64. PrimRequestsPerSec = 5.0
  65. ; initial unthrottled burst for all scripts on a prim, default 3
  66. PrimRequestsBurst = 20.0
  67. ; max requests per second for the objects owner (per instance), default 25
  68. PrimOwnerRequestsPerSec = 100.0
  69. ; initial unthrottled burst for the objects owner (per instance), default 5
  70. PrimOwnerRequestsBurst = 25.0
  71. ; requests timeout in miliseconds, range 200 to 60000, default 30000
  72. RequestsTimeOut = 60000