mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
fix typo on a expire time. no impact but save a tiny bit of cpu time
This commit is contained in:
@@ -126,7 +126,7 @@ namespace OpenSim.Services.UserAccountService
|
||||
MainConsole.Instance.Output("Users online: {0}", onlineRecentlyCount);
|
||||
}
|
||||
|
||||
private static ExpiringCacheOS<string, GridUserData> cache = new ExpiringCacheOS<string, GridUserData>(00000);
|
||||
private static ExpiringCacheOS<string, GridUserData> cache = new ExpiringCacheOS<string, GridUserData>(100000);
|
||||
private GridUserData GetGridUserData(string userID)
|
||||
{
|
||||
if (userID.Length > 36)
|
||||
|
||||
Reference in New Issue
Block a user