diff options
author | Michael Cerquoni | 2014-03-08 16:28:45 -0500 |
---|---|---|
committer | Michael Cerquoni | 2014-03-08 16:28:45 -0500 |
commit | e3c4936deabf76156c789a816ea3779e9b9afdc4 (patch) | |
tree | 363c2e077064f3b79d742cfd04532e29b3c68771 /bin/config-include/StandaloneHypergrid.ini | |
parent | set RefreshTime = 0 in [MapImageService] in Standalone.ini and StandaloneHype... (diff) | |
download | opensim-SC_OLD-e3c4936deabf76156c789a816ea3779e9b9afdc4.zip opensim-SC_OLD-e3c4936deabf76156c789a816ea3779e9b9afdc4.tar.gz opensim-SC_OLD-e3c4936deabf76156c789a816ea3779e9b9afdc4.tar.bz2 opensim-SC_OLD-e3c4936deabf76156c789a816ea3779e9b9afdc4.tar.xz |
remove RefreshTime = 0 from [MapImageService] in Standalone.ini, StandaloneHypergrid.ini, Grid.ini, GridHypergrid.ini they were redundant and would not allow variables in OpenSim.ini to be set to anything.
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index 3194b0b..f39cf09 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -133,8 +133,6 @@ | |||
133 | 133 | ||
134 | [MapImageService] | 134 | [MapImageService] |
135 | LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" | 135 | LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" |
136 | ; in minutes | ||
137 | RefreshTime = 0 | ||
138 | 136 | ||
139 | [GatekeeperService] | 137 | [GatekeeperService] |
140 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService" | 138 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService" |