aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-12-04 19:37:04 +0000
committerJustin Clark-Casey (justincc)2014-12-04 19:37:25 +0000
commitd930ca7b1db5e70bde8531c8c0b540be3b552e1c (patch)
tree57b441067b13a09101396d28a58200761f11f9da
parentIf "fcache assets" is executed, don't stop with an exception if there's an ac... (diff)
downloadopensim-SC_OLD-d930ca7b1db5e70bde8531c8c0b540be3b552e1c.zip
opensim-SC_OLD-d930ca7b1db5e70bde8531c8c0b540be3b552e1c.tar.gz
opensim-SC_OLD-d930ca7b1db5e70bde8531c8c0b540be3b552e1c.tar.bz2
opensim-SC_OLD-d930ca7b1db5e70bde8531c8c0b540be3b552e1c.tar.xz
minor: Add doc about [InventoryService] AllowDelete setting to robust ini example files.
-rw-r--r--bin/Robust.HG.ini.example4
-rw-r--r--bin/Robust.ini.example4
2 files changed, 8 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 9a6371b..4d4ebde 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -208,6 +208,10 @@
208[InventoryService] 208[InventoryService]
209 LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService" 209 LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService"
210 210
211 ; Will calls to purge folders (empty trash) and immediately delete/update items or folders (not move to trash first) succeed?
212 ; If this is set to false then some other arrangement must be made to perform these operations if necessary.
213 AllowDelete = true
214
211 215
212; * This is the new style grid service. 216; * This is the new style grid service.
213; * "Realm" is the table that is used for user lookup. 217; * "Realm" is the table that is used for user lookup.
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 @@
179[InventoryService] 179[InventoryService]
180 LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService" 180 LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService"
181 181
182 ; Will calls to purge folders (empty trash) and immediately delete/update items or folders (not move to trash first) succeed?
183 ; If this is set to false then some other arrangement must be made to perform these operations if necessary.
184 AllowDelete = true
185
182 186
183; * This is the new style grid service. 187; * This is the new style grid service.
184; * "Realm" is the table that is used for user lookup. 188; * "Realm" is the table that is used for user lookup.