minor: Add doc about [InventoryService] AllowDelete setting to robust ini example files.

mb-throttle-test
Justin Clark-Casey (justincc) 2014-12-04 19:37:04 +00:00
parent 9dbe99af0f
commit d930ca7b1d
2 changed files with 8 additions and 0 deletions

View File

@ -208,6 +208,10 @@
[InventoryService]
LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService"
; Will calls to purge folders (empty trash) and immediately delete/update items or folders (not move to trash first) succeed?
; If this is set to false then some other arrangement must be made to perform these operations if necessary.
AllowDelete = true
; * This is the new style grid service.
; * "Realm" is the table that is used for user lookup.

View File

@ -179,6 +179,10 @@
[InventoryService]
LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService"
; Will calls to purge folders (empty trash) and immediately delete/update items or folders (not move to trash first) succeed?
; If this is set to false then some other arrangement must be made to perform these operations if necessary.
AllowDelete = true
; * This is the new style grid service.
; * "Realm" is the table that is used for user lookup.