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:
Melanie Thielker
2009-05-10 16:20:25 +00:00
parent 1a910b6e1d
commit dc4f31db1a
3 changed files with 127 additions and 1 deletions

View File

@@ -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);
}
}
}