diff options
author | Robert Adams | 2015-05-03 21:56:41 -0700 |
---|---|---|
committer | Robert Adams | 2015-05-03 21:56:41 -0700 |
commit | 30f9e5372e7b999ace8334825237a3512c9e40fb (patch) | |
tree | f657d2d1de924a0bba20c6ade9ef1fc7a23eb8ff /bin/OpenSimDefaults.ini | |
parent | lock collision mesh cache when accessing (diff) | |
download | opensim-SC-30f9e5372e7b999ace8334825237a3512c9e40fb.zip opensim-SC-30f9e5372e7b999ace8334825237a3512c9e40fb.tar.gz opensim-SC-30f9e5372e7b999ace8334825237a3512c9e40fb.tar.bz2 opensim-SC-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/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 12 |
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 |