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:
Diva Canto
2010-10-19 22:26:07 -07:00
parent 9f975ad5aa
commit a7acb650d4
2 changed files with 3 additions and 3 deletions

View File

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