diff options
-rw-r--r-- | include/linux/drbd_limits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/drbd_limits.h b/include/linux/drbd_limits.h index 3627f760966e..82db83410f08 100644 --- a/include/linux/drbd_limits.h +++ b/include/linux/drbd_limits.h | |||
@@ -62,7 +62,7 @@ | |||
62 | 62 | ||
63 | /* timeout for the ping packets.*/ | 63 | /* timeout for the ping packets.*/ |
64 | #define DRBD_PING_TIMEO_MIN 1 | 64 | #define DRBD_PING_TIMEO_MIN 1 |
65 | #define DRBD_PING_TIMEO_MAX 100 | 65 | #define DRBD_PING_TIMEO_MAX 300 |
66 | #define DRBD_PING_TIMEO_DEF 5 | 66 | #define DRBD_PING_TIMEO_DEF 5 |
67 | 67 | ||
68 | /* max number of write requests between write barriers */ | 68 | /* max number of write requests between write barriers */ |