summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterimsessiontab.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-11-30 14:12:46 -0800
committerMerov Linden <merov@lindenlab.com>2012-11-30 14:12:46 -0800
commit47a1a0468156153155f5e9b6c720b9b6cb62c263 (patch)
treec826ddc99dbb064c4148934681fbaca001cd3b83 /indra/newview/llfloaterimsessiontab.cpp
parent2843ba11bccf5f5ca447138ad06bc2b557267899 (diff)
CHUI-570 : Fixed : Take the typing state when updating the title, also make refresh update less frequent (perf).
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.cpp')
-rw-r--r--indra/newview/llfloaterimsessiontab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp
index 6e58a66bcd..d43381041b 100644
--- a/indra/newview/llfloaterimsessiontab.cpp
+++ b/indra/newview/llfloaterimsessiontab.cpp
@@ -43,7 +43,7 @@
#include "lltoolbarview.h"
#include "llfloaterimnearbychat.h"
-const F32 REFRESH_INTERVAL = 0.2f;
+const F32 REFRESH_INTERVAL = 1.0f;
LLFloaterIMSessionTab::LLFloaterIMSessionTab(const LLSD& session_id)
: LLTransientDockableFloater(NULL, true, session_id)