aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-03-15 08:02:16 +0200
committerSergey Poznyakoff <gray@gnu.org>2018-03-15 08:02:16 +0200
commit677473cdfc42b9fd83623902e80de946f108825c (patch)
tree8b2db22aaf02ec8fcf95e9142ad490e1e26d8bdd /src/config.c
parent557ac31167d217b19efab8b8cfbd0a97a044a4b7 (diff)
downloadeclat-677473cdfc42b9fd83623902e80de946f108825c.tar.gz
eclat-677473cdfc42b9fd83623902e80de946f108825c.tar.bz2
Update docs
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.