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 447c36752385..928c84dfaf42 100644 --- a/include/linux/drbd_limits.h +++ b/include/linux/drbd_limits.h | |||
@@ -60,7 +60,7 @@ | |||
60 | 60 | ||
61 | /* timeout for the ping packets.*/ | 61 | /* timeout for the ping packets.*/ |
62 | #define DRBD_PING_TIMEO_MIN 1 | 62 | #define DRBD_PING_TIMEO_MIN 1 |
63 | #define DRBD_PING_TIMEO_MAX 100 | 63 | #define DRBD_PING_TIMEO_MAX 300 |
64 | #define DRBD_PING_TIMEO_DEF 5 | 64 | #define DRBD_PING_TIMEO_DEF 5 |
65 | 65 | ||
66 | /* max number of write requests between write barriers */ | 66 | /* max number of write requests between write barriers */ |