aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c
index 6fac842..069ddd0 100644
--- a/src/config.c
+++ b/src/config.c
@@ -399,7 +399,7 @@ static struct grecs_keyword eclat_kw[] = {
{ "max-retry-interval", "seconds",
"Maximum interval between retries in exponential backoff algorithm.",
grecs_type_ulong, GRECS_DFLT, &max_retry_sleep },
- { "retry-timeout", "seconds",
+ { "total-retry-timeout", "seconds",
"Give up retrying after this many seconds",
grecs_type_ulong, GRECS_DFLT, &max_retry_time },
{ "default-region", "name",

Return to:

Send suggestions and report system problems to the System administrator.