aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-01-06 21:29:18 +0000
committerJustin Clark-Casey (justincc)2012-01-06 21:29:18 +0000
commit5f682b51ecd710b7185fef38a66e530bd967e693 (patch)
tree5e21235d27c24ddf0c979462f692efbc7ae0f38e /bin/OpenSimDefaults.ini
parentFixed llAngleBetween() to allow denormal rotations (diff)
downloadopensim-SC_OLD-5f682b51ecd710b7185fef38a66e530bd967e693.zip
opensim-SC_OLD-5f682b51ecd710b7185fef38a66e530bd967e693.tar.gz
opensim-SC_OLD-5f682b51ecd710b7185fef38a66e530bd967e693.tar.bz2
opensim-SC_OLD-5f682b51ecd710b7185fef38a66e530bd967e693.tar.xz
Add disabled Cap_FetchInventory2 = "" reference to [ClientStack.LindenCaps] in line with all the other ones that are there
Diffstat (limited to '')
-rw-r--r--bin/OpenSimDefaults.ini7
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 3e7f8a6..481881d 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -579,12 +579,13 @@
579 Cap_ViewerStartAuction = "" 579 Cap_ViewerStartAuction = ""
580 Cap_ViewerStats = "" 580 Cap_ViewerStats = ""
581 581
582 ; The fetch inventory descendents caps are supported by OpenSim, but may 582 ; The various fetch inventory caps are supported by OpenSim, but may
583 ; lead to poor sim performance if served by the simulators, 583 ; lead to poor sim performance if served by the simulators,
584 ; so they are disabled by default. 584 ; so they are currently disabled by default.
585 ; FetchInventoryDescendents2 is the one used in the latest Linden Lab viewers (from some point in the v2 series and above) 585 ; FetchInventoryDescendents2 and FetchInventory2 are the ones used in the latest Linden Lab viewers (from some point in the v2 series and above)
586 Cap_WebFetchInventoryDescendents = "" 586 Cap_WebFetchInventoryDescendents = ""
587 Cap_FetchInventoryDescendents2 = "" 587 Cap_FetchInventoryDescendents2 = ""
588 Cap_FetchInventory2 = ""
588 589
589 590
590[Chat] 591[Chat]