changeset 228:744c277b57cf

Change timeout delay to lower value.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 20 Feb 2011 20:44:09 +0200
parents 714b1919e1be
children 08d4355d6fc9
files nnchat.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nnchat.c	Sun Feb 20 20:43:36 2011 +0200
+++ b/nnchat.c	Sun Feb 20 20:44:09 2011 +0200
@@ -29,7 +29,7 @@
 #else
 #define SET_CONFIG_FILE    ".nnchat"
 #define SET_DIR_SEPARATOR  "/"
-#define SET_DELAY          (15)
+#define SET_DELAY          (5)
 #endif
 
 #define SET_MIN_BACKBUF (1024)      /* Backbuffer size (in lines) */