aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorRobert Adams2015-05-03 21:56:41 -0700
committerRobert Adams2015-05-03 21:56:41 -0700
commit30f9e5372e7b999ace8334825237a3512c9e40fb (patch)
treef657d2d1de924a0bba20c6ade9ef1fc7a23eb8ff /bin
parentlock collision mesh cache when accessing (diff)
downloadopensim-SC_OLD-30f9e5372e7b999ace8334825237a3512c9e40fb.zip
opensim-SC_OLD-30f9e5372e7b999ace8334825237a3512c9e40fb.tar.gz
opensim-SC_OLD-30f9e5372e7b999ace8334825237a3512c9e40fb.tar.bz2
opensim-SC_OLD-30f9e5372e7b999ace8334825237a3512c9e40fb.tar.xz
Only send parcel layer data around the point of interest. Can be disabled
by setting [LandManagement]LimitParcelLayerUpdateDistance=false New parameters added to OpenSimDefaults for the distance and enablement.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini12
1 files changed, 12 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 55ca32f..a5d7f1d 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1940,6 +1940,18 @@
1940 ; the avatar outward. 1940 ; the avatar outward.
1941 SendTerrainUpdatesByViewDistance = True 1941 SendTerrainUpdatesByViewDistance = True
1942 1942
1943[LandManagement]
1944 ; When editing terrain or objects, parcel layer info is updated in the viewer.
1945 ; This can be expensive for large regions. If this variable is 'true', only the
1946 ; parcel layer data around the area of interest is sent. The parcel layer info
1947 ; is sent for 'ParcelLayerViewDistance' around the interest point.
1948 ; If 'ParcelLayerViewDistance' is >= 128, the operation for legacy sized regions
1949 ; will be what it has always been (send the whole region's parcel layer info).
1950 ; Other parcel updates (login, changing parcel ownership, ...) will still send
1951 ; whole region.
1952 LimitParcelLayerUpdateDistance = true
1953 ParcelLayerViewDistance = 128
1954
1943;; 1955;;
1944;; If you are using a simian grid frontend you can enable 1956;; If you are using a simian grid frontend you can enable
1945;; this module to upload tile images for the mapping fn 1957;; this module to upload tile images for the mapping fn