summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorJonathan Yap <none@none>2013-10-30 16:20:32 -0400
committerJonathan Yap <none@none>2013-10-30 16:20:32 -0400
commitef825a1d2cf7fee9df79db7ae517ccf59f247a80 (patch)
tree7002d10878817de0a85d35b826e99514dcf8ffc2 /indra
parentc5df71b1c41148f07e19fd3d4f7833305bcec9de (diff)
STORM-1975 Changed timeout constants to
ME_TYPING_TIMEOUT = 4.0 OTHER_TYPING_TIMEOUT = 9.0
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llfloaterimsession.cpp4
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;