diff options
author | Jonathan Yap <none@none> | 2013-10-30 16:20:32 -0400 |
---|---|---|
committer | Jonathan Yap <none@none> | 2013-10-30 16:20:32 -0400 |
commit | ef825a1d2cf7fee9df79db7ae517ccf59f247a80 (patch) | |
tree | 7002d10878817de0a85d35b826e99514dcf8ffc2 /indra | |
parent | c5df71b1c41148f07e19fd3d4f7833305bcec9de (diff) |
STORM-1975 Changed timeout constants to
ME_TYPING_TIMEOUT = 4.0
OTHER_TYPING_TIMEOUT = 9.0
Diffstat (limited to 'indra')
-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; |