diff options
Diffstat (limited to 'indra')
| -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); | 
