From ef825a1d2cf7fee9df79db7ae517ccf59f247a80 Mon Sep 17 00:00:00 2001 From: Jonathan Yap Date: Wed, 30 Oct 2013 16:20:32 -0400 Subject: STORM-1975 Changed timeout constants to ME_TYPING_TIMEOUT = 4.0 OTHER_TYPING_TIMEOUT = 9.0 --- indra/newview/llfloaterimsession.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/newview/llfloaterimsession.cpp b/indra/newview/llfloaterimsession.cpp index 05754bc126..aa933091a8 100755 --- a/indra/newview/llfloaterimsession.cpp +++ b/indra/newview/llfloaterimsession.cpp @@ -61,8 +61,8 @@ #include "llnotificationmanager.h" #include "llautoreplace.h" -const F32 ME_TYPING_TIMEOUT = 3.0f; -const F32 OTHER_TYPING_TIMEOUT = 4.0f; +const F32 ME_TYPING_TIMEOUT = 4.0f; +const F32 OTHER_TYPING_TIMEOUT = 9.0f; floater_showed_signal_t LLFloaterIMSession::sIMFloaterShowedSignal; -- cgit v1.2.3