diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-07-03 13:34:11 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-07-03 13:34:11 -0400 |
commit | ca16e3ad26bcbf409ead1eb9acec4e23c992f6c1 (patch) | |
tree | 0d75d73d39438ea41f316ed6394c50c79757b2ae /indra/newview/llappearancemgr.cpp | |
parent | 8f4f7452308d41467b021ae0da821b33f559dd79 (diff) |
SH-4226 WIP - small tweaks
Diffstat (limited to 'indra/newview/llappearancemgr.cpp')
-rwxr-xr-x | indra/newview/llappearancemgr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index 485c47b2f7..d994b7ca42 100755 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -3156,7 +3156,7 @@ void RequestAgentUpdateAppearanceResponder::sendRequest() LL_DEBUGS("Avatar") << "request url " << url << " my_cof_version " << cof_version << llendl; mInFlightCounter++; - mInFlightTimer.setTimerExpirySec(30.0); + mInFlightTimer.setTimerExpirySec(60.0); LLHTTPClient::post(url, body, this); llassert(cof_version >= gAgentAvatarp->mLastUpdateRequestCOFVersion); gAgentAvatarp->mLastUpdateRequestCOFVersion = cof_version; @@ -3254,7 +3254,7 @@ void RequestAgentUpdateAppearanceResponder::debugCOF(const LLSD& content) } if (content["success"].asBoolean()) { - //LL_DEBUGS("Avatar") << dumpResponse() << LL_ENDL; + LL_DEBUGS("Avatar") << "succeeded" << llendl; if (gSavedSettings.getBOOL("DebugAvatarAppearanceMessage")) { dump_sequential_xml(gAgentAvatarp->getFullname() + "_appearance_request_ok", content); |