Update the network statistics every 10 seconds instead of 60 seconds.

This commit is contained in:
Jan Vidar Krey 2012-10-02 23:59:11 +02:00
parent e4fc91dde1
commit 50292cb8c9
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
#define TIMEOUT_CONNECTED 15
#define TIMEOUT_HANDSHAKE 30
#define TIMEOUT_SENDQ 120
#define TIMEOUT_STATS 60
#define TIMEOUT_STATS 10
#define MAX_CID_LEN 39
#define MAX_NICK_LEN 64