mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Deleted verbose debug messages that are bringing sims to an halt. Increased the user cache expiration period to 33 hours.
This commit is contained in:
@@ -113,7 +113,7 @@ namespace OpenSim.Services.Connectors
|
||||
|
||||
public virtual UserAccount GetUserAccount(UUID scopeID, UUID userID)
|
||||
{
|
||||
m_log.DebugFormat("[ACCOUNTS CONNECTOR]: GetUserAccount {0}", userID);
|
||||
//m_log.DebugFormat("[ACCOUNTS CONNECTOR]: GetUserAccount {0}", userID);
|
||||
Dictionary<string, object> sendData = new Dictionary<string, object>();
|
||||
//sendData["SCOPEID"] = scopeID.ToString();
|
||||
sendData["VERSIONMIN"] = ProtocolVersions.ClientProtocolVersionMin.ToString();
|
||||
|
||||
Reference in New Issue
Block a user