diff options
Diffstat (limited to '')
-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 |