aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini11
1 files changed, 7 insertions, 4 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index ebd734d..972efe4 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -573,11 +573,14 @@
573 Cap_UploadObjectAsset = "localhost" 573 Cap_UploadObjectAsset = "localhost"
574 Cap_ViewerStartAuction = "" 574 Cap_ViewerStartAuction = ""
575 Cap_ViewerStats = "" 575 Cap_ViewerStats = ""
576 ; This last one is supported by OpenSim, but may
577 ; lead to poor sim performance if served by the simulators,
578 ; so it is disabled by default.
579 Cap_WebFetchInventoryDescendents = ""
580 576
577 ; The fetch inventory descendents caps are supported by OpenSim, but may
578 ; lead to poor sim performance if served by the simulators,
579 ; so they are disabled by default.
580 ; FetchInventoryDescendents2 is the one used in the latest Linden Lab viewers (from some point in the v2 series and above)
581 Cap_WebFetchInventoryDescendents = ""
582 Cap_FetchInventoryDescendents2 = ""
583
581 584
582[Chat] 585[Chat]
583 ; Controls whether the chat module is enabled. Default is true. 586 ; Controls whether the chat module is enabled. Default is true.