X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2abdbcf641c2c6cb14764a3ed0d83849a4c7736a..0b69c198f55f0294a3be1599256e8e73dfe2d000:/doc/admin/collection-versioning.html.textile.liquid diff --git a/doc/admin/collection-versioning.html.textile.liquid b/doc/admin/collection-versioning.html.textile.liquid index 29b0bcd506..7b25f7b395 100644 --- a/doc/admin/collection-versioning.html.textile.liquid +++ b/doc/admin/collection-versioning.html.textile.liquid @@ -23,13 +23,13 @@ There are 2 configuration settings in the @Collections@ section of @config.yml@ # is older than the amount of seconds defined on PreserveVersionIfIdle, # a snapshot of the collection's previous state is created and linked to # the current collection. - CollectionVersioning: false + CollectionVersioning: true # This setting control the auto-save aspect of collection versioning, and can be set to: # 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: -1s + PreserveVersionIfIdle: 10s Note that if you set @CollectionVersioning@ to @false@ after being enabled, old versions will still be accessible, but further changes will not be versioned.