18308: reduce the default value for PreserveVersionIfIdle to 10s.
authorWard Vandewege <ward@curii.com>
Thu, 18 Nov 2021 21:20:22 +0000 (16:20 -0500)
committerWard Vandewege <ward@curii.com>
Thu, 18 Nov 2021 21:20:53 +0000 (16:20 -0500)
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

doc/admin/collection-versioning.html.textile.liquid
lib/config/config.default.yml
lib/config/generated_config.go

index d33b9d2e2b171e66db944690d9df9ebd5af982c7..7b25f7b395d3f9fb10ed2f477cfcc68a785c8cbc 100644 (file)
@@ -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.
index 04f0c81accc6ea8f126c4cd84da67fa5f7d37cf4..51c59a8aac81b78efb71b987c947016056482831 100644 (file)
@@ -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
index 11ee62a6ba395fd46cfc5b234e7f274c5161b6f5..c10b12578f7cffbafa3efab962540fef47383e81 100644 (file)
@@ -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