comparison nnchat.c @ 228:744c277b57cf

Change timeout delay to lower value.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 20 Feb 2011 20:44:09 +0200
parents f25d47398326
children 08d4355d6fc9
comparison
equal deleted inserted replaced
227:714b1919e1be 228:744c277b57cf
27 #define SET_DIR_SEPARATOR "\\" 27 #define SET_DIR_SEPARATOR "\\"
28 #define SET_DELAY (0) 28 #define SET_DELAY (0)
29 #else 29 #else
30 #define SET_CONFIG_FILE ".nnchat" 30 #define SET_CONFIG_FILE ".nnchat"
31 #define SET_DIR_SEPARATOR "/" 31 #define SET_DIR_SEPARATOR "/"
32 #define SET_DELAY (15) 32 #define SET_DELAY (5)
33 #endif 33 #endif
34 34
35 #define SET_MIN_BACKBUF (1024) /* Backbuffer size (in lines) */ 35 #define SET_MIN_BACKBUF (1024) /* Backbuffer size (in lines) */
36 #define SET_MAX_HISTORY (16) /* Command history length */ 36 #define SET_MAX_HISTORY (16) /* Command history length */
37 #define SET_KEEPALIVE (15*60) /* Ping/keepalive period in seconds */ 37 #define SET_KEEPALIVE (15*60) /* Ping/keepalive period in seconds */