[ARVADOS] updated: 2.1.0-127-g81a2b0fc6
Git user
git at public.arvados.org
Wed May 12 19:30:56 UTC 2021
Summary of changes:
lib/config/config.default.yml | 2 +-
lib/config/generated_config.go | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via 81a2b0fc6e2321203120c7426bcb745d50acaf39 (commit)
from 551195dfc3c9cb174cd38042daa548f4f29ec608 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 81a2b0fc6e2321203120c7426bcb745d50acaf39
Author: Ward Vandewege <ward at curii.com>
Date: Wed May 12 13:20:56 2021 -0400
Fix typo in a comment on the configuration reference.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml
index 1d3fcb748..34eeb0572 100644
--- a/lib/config/config.default.yml
+++ b/lib/config/config.default.yml
@@ -426,7 +426,7 @@ Clusters:
#
# BalancePeriod determines the interval between start times of
# successive scan/balance operations. If a scan/balance operation
- # takes longer than RunPeriod, the next one will follow it
+ # takes longer than BalancePeriod, the next one will follow it
# immediately.
#
# If SIGUSR1 is received during an idle period between operations,
diff --git a/lib/config/generated_config.go b/lib/config/generated_config.go
index 949a842c1..b4ef7db0c 100644
--- a/lib/config/generated_config.go
+++ b/lib/config/generated_config.go
@@ -432,7 +432,7 @@ Clusters:
#
# BalancePeriod determines the interval between start times of
# successive scan/balance operations. If a scan/balance operation
- # takes longer than RunPeriod, the next one will follow it
+ # takes longer than BalancePeriod, the next one will follow it
# immediately.
#
# If SIGUSR1 is received during an idle period between operations,
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list