mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
* 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)
This commit is contained in:
@@ -381,6 +381,8 @@ namespace OpenSim
|
||||
// Initialize the asset cache, passing a reference to the selected
|
||||
// asset server interface.
|
||||
m_assetCache = ResolveAssetCache(assetServer);
|
||||
|
||||
assetServer.Start();
|
||||
}
|
||||
|
||||
// This method loads the identified asset server, passing an approrpiately
|
||||
|
||||
Reference in New Issue
Block a user