# HG changeset patch # User Matti Hamalainen # Date 1288299280 -10800 # Node ID 804c7db454b473b146d0bcc0f16409f565ac3a75 # Parent 4bc63a535acbacbe24162aa4ad77ea94c725431f Adjust delay. diff -r 4bc63a535acb -r 804c7db454b4 nnchat.c --- a/nnchat.c Thu Oct 28 23:22:31 2010 +0300 +++ b/nnchat.c Thu Oct 28 23:54:40 2010 +0300 @@ -18,7 +18,7 @@ #define SET_MAX_BACKBUF (1024) #define SET_MAX_HISTORY (16) #define SET_DELAY (15) -#define SET_DELAY_USEC (SET_DELAY * 150) +#define SET_DELAY_USEC (SET_DELAY * 250) #define SET_KEEPALIVE (15*60) /* Ping/keepalive period in seconds */ char *ignoreList[] = {