summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorJohann Latocha2012-02-22 17:24:45 +0100
committerJohann Latocha2012-02-22 17:24:45 +0100
commit826ade8c69c69a0b25071092c674938bc297f0bf (patch)
treeb0f79816da1acaee0bde5e06885b1f123a651609 /src/config.h
parent[SERVER] Segfault on conf reload (hopefully!) fixed (diff)
downloaddnbd3-826ade8c69c69a0b25071092c674938bc297f0bf.tar.gz
dnbd3-826ade8c69c69a0b25071092c674938bc297f0bf.tar.xz
dnbd3-826ade8c69c69a0b25071092c674938bc297f0bf.zip
[ALL] Bugs, bugs, bugs...
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 8a6cdcf..594d7b5 100644
--- a/src/config.h
+++ b/src/config.h
@@ -26,7 +26,7 @@
#define PORTSTR "5003"
#define SOCKET_TIMEOUT_SERVER 30
-#define SOCKET_TIMEOUT_CLIENT_DATA 5
+#define SOCKET_TIMEOUT_CLIENT_DATA 2
#define SOCKET_TIMEOUT_CLIENT_DISCOVERY 1
#define TIMER_INTERVAL_HEARTBEAT 10*HZ
#define TIMER_INTERVAL_PANIC 1*HZ