[ARVADOS] updated: 2.1.0-1613-gccc7d1cab
Git user
git at public.arvados.org
Thu Nov 18 21:21:07 UTC 2021
Summary of changes:
doc/admin/collection-versioning.html.textile.liquid | 2 +-
lib/config/config.default.yml | 2 +-
lib/config/generated_config.go | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
via ccc7d1cab2d29e117be187cb23a86f98ece38102 (commit)
from b2a37066e5db9bccd75290adb833f4452e0f9657 (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 ccc7d1cab2d29e117be187cb23a86f98ece38102
Author: Ward Vandewege <ward at curii.com>
Date: Thu Nov 18 16:20:22 2021 -0500
18308: reduce the default value for PreserveVersionIfIdle to 10s.
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/doc/admin/collection-versioning.html.textile.liquid b/doc/admin/collection-versioning.html.textile.liquid
index d33b9d2e2..7b25f7b39 100644
--- a/doc/admin/collection-versioning.html.textile.liquid
+++ b/doc/admin/collection-versioning.html.textile.liquid
@@ -29,7 +29,7 @@ There are 2 configuration settings in the @Collections@ section of @config.yml@
# 0s = auto-create a new version on every update.
# -1s = never auto-create new versions.
# > 0s = auto-create a new version when older than the specified number of seconds.
- PreserveVersionIfIdle: 30s
+ PreserveVersionIfIdle: 10s
</pre>
Note that if you set @CollectionVersioning@ to @false@ after being enabled, old versions will still be accessible, but further changes will not be versioned.
diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml
index 04f0c81ac..51c59a8aa 100644
--- a/lib/config/config.default.yml
+++ b/lib/config/config.default.yml
@@ -502,7 +502,7 @@ Clusters:
# 0s = auto-create a new version on every update.
# -1s = never auto-create new versions.
# > 0s = auto-create a new version when older than the specified number of seconds.
- PreserveVersionIfIdle: 30s
+ PreserveVersionIfIdle: 10s
# If non-empty, allow project and collection names to contain
# the "/" character (slash/stroke/solidus), and replace "/" with
diff --git a/lib/config/generated_config.go b/lib/config/generated_config.go
index 11ee62a6b..c10b12578 100644
--- a/lib/config/generated_config.go
+++ b/lib/config/generated_config.go
@@ -508,7 +508,7 @@ Clusters:
# 0s = auto-create a new version on every update.
# -1s = never auto-create new versions.
# > 0s = auto-create a new version when older than the specified number of seconds.
- PreserveVersionIfIdle: 30s
+ PreserveVersionIfIdle: 10s
# If non-empty, allow project and collection names to contain
# the "/" character (slash/stroke/solidus), and replace "/" with
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list