diff options
Diffstat (limited to 'xlators/protocol/client/src/client.c')
| -rw-r--r-- | xlators/protocol/client/src/client.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/protocol/client/src/client.c b/xlators/protocol/client/src/client.c index c5bf28dcfb6..37c2d9891b6 100644 --- a/xlators/protocol/client/src/client.c +++ b/xlators/protocol/client/src/client.c @@ -2939,7 +2939,7 @@ struct volume_options options[] = {       .type = GF_OPTION_TYPE_TIME,       .min = 0,       .max = 1013, -     .default_value = "42", +     .default_value = TOSTRING(GF_NETWORK_TIMEOUT),       .description = "Time duration for which the client waits to "                      "check if the server is responsive.",       .op_version = {1},  | 
