comparison main.c @ 588:573a3ad30938

Bump up the command history size.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 26 Jul 2013 13:26:35 +0300
parents 7c593c9303e8
children 2a6b512ee5a1
comparison
equal deleted inserted replaced
587:7ec53ab60e50 588:573a3ad30938
33 #endif 33 #endif
34 34
35 #define SET_PROFILE_PREFIX "http://www.newbienudes.com/profile/%s/" 35 #define SET_PROFILE_PREFIX "http://www.newbienudes.com/profile/%s/"
36 #define SET_NICK_SEPARATOR ':' 36 #define SET_NICK_SEPARATOR ':'
37 37
38 #define SET_MAX_HISTORY (16) // Command history length 38 #define SET_MAX_HISTORY (64) // Command history length
39 #define SET_KEEPALIVE (15*60) // Ping/keepalive period in seconds 39 #define SET_KEEPALIVE (15*60) // Ping/keepalive period in seconds
40 40
41 41
42 /* Options 42 /* Options
43 */ 43 */