diff options
-rwxr-xr-x | indra/newview/llfloaterimsession.cpp | 4 |
1 files 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; |