mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Making the inventory cache static, so that there's less timers.
This commit is contained in:
@@ -63,7 +63,7 @@ namespace OpenSim.Services.Connectors
|
||||
private int m_requestTimeoutSecs = -1;
|
||||
|
||||
private const double CACHE_EXPIRATION_SECONDS = 8.0;
|
||||
private ExpiringCache<UUID, InventoryItemBase> m_ItemCache = new ExpiringCache<UUID,InventoryItemBase>();
|
||||
private static ExpiringCache<UUID, InventoryItemBase> m_ItemCache = new ExpiringCache<UUID,InventoryItemBase>();
|
||||
|
||||
public XInventoryServicesConnector()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user