diff options
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r-- | OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs b/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs index e5ac17d..f2fc070 100644 --- a/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs +++ b/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs | |||
@@ -1168,7 +1168,7 @@ namespace OpenSim.Region.CoreModules.Asset | |||
1168 | 1168 | ||
1169 | con.Output("FloatSam Ensuring assets are cached for all scenes."); | 1169 | con.Output("FloatSam Ensuring assets are cached for all scenes."); |
1170 | 1170 | ||
1171 | WorkManager.RunInThread(delegate | 1171 | WorkManager.RunInThreadPool(delegate |
1172 | { | 1172 | { |
1173 | bool wasRunning= false; | 1173 | bool wasRunning= false; |
1174 | lock(timerLock) | 1174 | lock(timerLock) |