diff options
author | Justin Clarke Casey | 2009-04-14 17:15:09 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-04-14 17:15:09 +0000 |
commit | 1894157dd3608a15c3336efc2d58eee0de092610 (patch) | |
tree | cfecb8e2104d9a88e82670e27ecedbda0466fa88 /OpenSim/Framework/Communications/Cache/SQLAssetServer.cs | |
parent | * refactor: rename AssetCache.Initialize() to AssetCache.Reset() to avoid hav... (diff) | |
download | opensim-SC_OLD-1894157dd3608a15c3336efc2d58eee0de092610.zip opensim-SC_OLD-1894157dd3608a15c3336efc2d58eee0de092610.tar.gz opensim-SC_OLD-1894157dd3608a15c3336efc2d58eee0de092610.tar.bz2 opensim-SC_OLD-1894157dd3608a15c3336efc2d58eee0de092610.tar.xz |
* Explicitly start the asset server thread so that unit tests can run single rather than multi-threaded (which may be behind the occasional test freezes)
Diffstat (limited to 'OpenSim/Framework/Communications/Cache/SQLAssetServer.cs')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/SQLAssetServer.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Framework/Communications/Cache/SQLAssetServer.cs b/OpenSim/Framework/Communications/Cache/SQLAssetServer.cs index 41a9561..227744d 100644 --- a/OpenSim/Framework/Communications/Cache/SQLAssetServer.cs +++ b/OpenSim/Framework/Communications/Cache/SQLAssetServer.cs | |||
@@ -100,11 +100,6 @@ namespace OpenSim.Framework.Communications.Cache | |||
100 | } | 100 | } |
101 | } | 101 | } |
102 | 102 | ||
103 | public override void Close() | ||
104 | { | ||
105 | base.Close(); | ||
106 | } | ||
107 | |||
108 | protected override AssetBase GetAsset(AssetRequest req) | 103 | protected override AssetBase GetAsset(AssetRequest req) |
109 | { | 104 | { |
110 | return m_assetProvider.FetchAsset(req.AssetID); | 105 | return m_assetProvider.FetchAsset(req.AssetID); |