mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Clarify comment for configuration option Check4096 and show the default value.
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
343c894658
commit
63bdfb1e28
@@ -64,7 +64,9 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
|
||||
LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
|
||||
; Realm = "regions"
|
||||
; AllowDuplicateNames = "True"
|
||||
; Check4096 = "False"
|
||||
|
||||
;; Perform distance check for the creation of a linked region
|
||||
; Check4096 = "True"
|
||||
|
||||
;; Next, we can specify properties of regions, including default and fallback regions
|
||||
;; The syntax is: Region_<RegionName> = "<flags>"
|
||||
|
||||
@@ -53,8 +53,8 @@
|
||||
;;--- For MySql region storage (alternative)
|
||||
;StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"
|
||||
|
||||
; If HG, do you want this check on the distance to be performed?
|
||||
; Check4096 = "False"
|
||||
;; With hypergrid, perform distance check for the creation of a linked region
|
||||
; Check4096 = true
|
||||
|
||||
;; Next, we can specify properties of regions, including default and fallback regions
|
||||
;; The syntax is: Region_<RegioName> = "<flags>"
|
||||
|
||||
Reference in New Issue
Block a user