changeset 994:eb416c9633b5

Chatstates: decrease the composing timeout
author Mikael Berthe <mikael@lilotux.net>
date Wed, 01 Nov 2006 21:48:01 +0100
parents 0759f4c7da68
children c89e7993c4d9
files mcabber/src/screen.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/src/screen.h	Wed Nov 01 21:36:50 2006 +0100
+++ b/mcabber/src/screen.h	Wed Nov 01 21:48:01 2006 +0100
@@ -29,7 +29,7 @@
 // When chatstates are enabled, timeout (in seconds) before "composing"
 // becomes "paused" because of user inactivity.
 // Warning: setting this very low will cause more network traffic.
-#define COMPOSING_TIMEOUT 8L
+#define COMPOSING_TIMEOUT 6L
 
 enum colors {
   COLOR_GENERAL = 3,