diff options
author | Diva Canto | 2010-08-06 17:43:09 -0700 |
---|---|---|
committer | Diva Canto | 2010-08-06 17:43:09 -0700 |
commit | 009053479302e7581a85c7574a6cc8eaa23745d8 (patch) | |
tree | 7b11018e7368719d40f75d475db45777e6fecf2b /bin/config-include/StandaloneCommon.ini.example | |
parent | Allow creation of link regions if there is an existing region within a 4096 r... (diff) | |
download | opensim-SC_OLD-009053479302e7581a85c7574a6cc8eaa23745d8.zip opensim-SC_OLD-009053479302e7581a85c7574a6cc8eaa23745d8.tar.gz opensim-SC_OLD-009053479302e7581a85c7574a6cc8eaa23745d8.tar.bz2 opensim-SC_OLD-009053479302e7581a85c7574a6cc8eaa23745d8.tar.xz |
Added Check4096 config var under [GridService], at the request of many. Changed the iteration that Marck had on the Hyperlinker.
ATTENTION! CONFIGURATION CHANGE AFFECTING Robust.HG.ini.example and StandaloneCommon.ini.example.
Diffstat (limited to 'bin/config-include/StandaloneCommon.ini.example')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index de8677f..9d1c884 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -48,6 +48,9 @@ | |||
48 | ;;--- For MySql region storage (alternative) | 48 | ;;--- For MySql region storage (alternative) |
49 | ;StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" | 49 | ;StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" |
50 | 50 | ||
51 | ; If HG, do you want this check on the distance to be performed? | ||
52 | ; Check4096 = "False" | ||
53 | |||
51 | ;; Next, we can specify properties of regions, including default and fallback regions | 54 | ;; Next, we can specify properties of regions, including default and fallback regions |
52 | ;; The syntax is: Region_<RegioName> = "<flags>" | 55 | ;; The syntax is: Region_<RegioName> = "<flags>" |
53 | ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut | 56 | ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut |