diff options
author | Michael Cerquoni | 2014-03-08 15:57:19 -0500 |
---|---|---|
committer | Michael Cerquoni | 2014-03-08 15:57:19 -0500 |
commit | da990d01f258892ccd5702eaac654547badd409a (patch) | |
tree | 81079a71fee15548940ef65b58d56f2ee002f02d /bin | |
parent | set RefreshTime = 0 in [MapImageService] in Grid.ini and GridHypergrid.ini to... (diff) | |
download | opensim-SC-da990d01f258892ccd5702eaac654547badd409a.zip opensim-SC-da990d01f258892ccd5702eaac654547badd409a.tar.gz opensim-SC-da990d01f258892ccd5702eaac654547badd409a.tar.bz2 opensim-SC-da990d01f258892ccd5702eaac654547badd409a.tar.xz |
set RefreshTime = 0 in [MapImageService] in Standalone.ini and StandaloneHypergrid.ini to eliminate memory leaking for Warp3D map tiler, these variables should be erased needs more discussion!
Diffstat (limited to 'bin')
-rw-r--r-- | bin/config-include/Standalone.ini | 2 | ||||
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini index 424d8c8..887257b 100644 --- a/bin/config-include/Standalone.ini +++ b/bin/config-include/Standalone.ini | |||
@@ -120,7 +120,7 @@ | |||
120 | LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" | 120 | LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" |
121 | 121 | ||
122 | ; in minutes | 122 | ; in minutes |
123 | RefreshTime = 60 | 123 | RefreshTime = 0 |
124 | 124 | ||
125 | ;; This should always be the very last thing on this file | 125 | ;; This should always be the very last thing on this file |
126 | [Includes] | 126 | [Includes] |
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index 370ab90..3194b0b 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -134,7 +134,7 @@ | |||
134 | [MapImageService] | 134 | [MapImageService] |
135 | LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" | 135 | LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" |
136 | ; in minutes | 136 | ; in minutes |
137 | RefreshTime = 60 | 137 | RefreshTime = 0 |
138 | 138 | ||
139 | [GatekeeperService] | 139 | [GatekeeperService] |
140 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService" | 140 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService" |