mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 14:56:19 +08:00
* Added better logging to AssetCache
* AssetCache now ignores duplicate uploads * some m_ refactoring * ignored some bins
This commit is contained in:
@@ -61,7 +61,7 @@ namespace SimpleApp
|
||||
|
||||
LocalAssetServer assetServer = new LocalAssetServer();
|
||||
|
||||
m_assetCache = new AssetCache(assetServer);
|
||||
m_assetCache = new AssetCache(assetServer, m_log);
|
||||
}
|
||||
|
||||
public void Run()
|
||||
|
||||
Reference in New Issue
Block a user