mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Create an async form of the RestObjectPoster. Rename the file (but not the
class!) to SynchronousRestObjectRequester. Add CacheBuckets parameter to cache
This commit is contained in:
@@ -73,7 +73,7 @@ namespace OpenSim.Region.CoreModules.Asset
|
||||
|
||||
m_log.Info("[ASSET CACHE]: Core asset cache enabled");
|
||||
|
||||
m_Cache.Size = 32768;
|
||||
m_Cache.Size = assetConfig.GetInt("CacheBuckets", 32768);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user