diff options
author | Justin Clark-Casey (justincc) | 2012-05-19 00:00:52 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-05-19 00:00:52 +0100 |
commit | 9fa0577c7e4e710a5751c01b568b6453d513558e (patch) | |
tree | 96ee48e38db3315a92314da0303f0a90e76a926e | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-9fa0577c7e4e710a5751c01b568b6453d513558e.zip opensim-SC_OLD-9fa0577c7e4e710a5751c01b568b6453d513558e.tar.gz opensim-SC_OLD-9fa0577c7e4e710a5751c01b568b6453d513558e.tar.bz2 opensim-SC_OLD-9fa0577c7e4e710a5751c01b568b6453d513558e.tar.xz |
Enable FetchInventoryDescendents2 and FetchInventory2 caps by default. This appears to be required now for LL 3.3.1 to work properly.
Without this, LL 3.3.1 continually pushes LLInventoryModelFetchDescendentsResponder::error 499 to its log.
This cap will be ignored by older viewers - UDP inventory will work normally.
-rw-r--r-- | bin/OpenSimDefaults.ini | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index cb9ef22..7962ef8 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -601,13 +601,12 @@ | |||
601 | Cap_ViewerStartAuction = "" | 601 | Cap_ViewerStartAuction = "" |
602 | Cap_ViewerStats = "" | 602 | Cap_ViewerStats = "" |
603 | 603 | ||
604 | ; The various fetch inventory caps are supported by OpenSim, but may | 604 | ; Capabilities for fetching inventory over HTTP rather than UDP |
605 | ; lead to poor sim performance if served by the simulators, | ||
606 | ; so they are currently disabled by default. | ||
607 | ; FetchInventoryDescendents2 and FetchInventory2 are the ones used in the latest Linden Lab viewers (from some point in the v2 series and above) | 605 | ; FetchInventoryDescendents2 and FetchInventory2 are the ones used in the latest Linden Lab viewers (from some point in the v2 series and above) |
606 | ; It appears that Linden Lab viewer 3.3.1 onwards will not work properly if FetchInventoryDescendents2 and FetchInventory2 are not enabled | ||
608 | Cap_WebFetchInventoryDescendents = "" | 607 | Cap_WebFetchInventoryDescendents = "" |
609 | Cap_FetchInventoryDescendents2 = "" | 608 | Cap_FetchInventoryDescendents2 = "localhost" |
610 | Cap_FetchInventory2 = "" | 609 | Cap_FetchInventory2 = "localhost" |
611 | 610 | ||
612 | 611 | ||
613 | [Chat] | 612 | [Chat] |