From cb602a1d7d41587c24379cb2636961ab91446f86 Mon Sep 17 00:00:00 2001 From: Krishna Srinivas Date: Tue, 3 Mar 2009 02:54:20 -0800 Subject: Changed the default transport-timeout to 600 Signed-off-by: Anand V. Avati --- xlators/protocol/client/src/client-protocol.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xlators/protocol/client/src/client-protocol.c b/xlators/protocol/client/src/client-protocol.c index 5212d67c6..bcc98d0f1 100644 --- a/xlators/protocol/client/src/client-protocol.c +++ b/xlators/protocol/client/src/client-protocol.c @@ -6325,8 +6325,8 @@ init (xlator_t *this) "setting transport-timeout to %d", transport_timeout); } else { gf_log (this->name, GF_LOG_DEBUG, - "defaulting transport-timeout to 42"); - transport_timeout = 42; + "defaulting transport-timeout to 600"); + transport_timeout = 600; } ret = dict_get_int32 (this->options, "ping-timeout", -- cgit