From 28b5e6f396a63d006b624b1688ed39508a7dcf9f Mon Sep 17 00:00:00 2001 From: Johann Latocha Date: Wed, 15 Feb 2012 19:16:58 +0100 Subject: [KERNEL] Kernel panic while server is gone fixed --- src/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 8e7f02f..8506ed6 100644 --- a/src/config.h +++ b/src/config.h @@ -25,7 +25,8 @@ #define PORT 5003 #define PORTSTR "5003" #define SERVER_SOCKET_TIMEOUT 30 -#define HB_INTERVAL 20*HZ +#define CLIENT_SOCKET_TIMEOUT 5 +#define HB_INTERVAL 10*HZ #define MAX_NUMBER_SERVERS 8 // block device -- cgit v1.2.3-55-g7522