From d930ca7b1db5e70bde8531c8c0b540be3b552e1c Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Thu, 4 Dec 2014 19:37:04 +0000 Subject: minor: Add doc about [InventoryService] AllowDelete setting to robust ini example files. --- bin/Robust.ini.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/Robust.ini.example') diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 0ce16ba..a7b39a3 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example @@ -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. -- cgit v1.1