Chatstates: decrease the composing timeout
authorMikael Berthe <mikael@lilotux.net>
Wed, 01 Nov 2006 21:48:01 +0100
changeset 994 eb416c9633b5
parent 993 0759f4c7da68
child 995 c89e7993c4d9
Chatstates: decrease the composing timeout
mcabber/src/screen.h
--- 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,