From d930ca7b1db5e70bde8531c8c0b540be3b552e1c Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Thu, 4 Dec 2014 19:37:04 +0000 Subject: [PATCH] minor: Add doc about [InventoryService] AllowDelete setting to robust ini example files. --- bin/Robust.HG.ini.example | 4 ++++ bin/Robust.ini.example | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 9a6371b3af..4d4ebde14f 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example @@ -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. diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 0ce16ba47f..a7b39a36aa 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.