[ARVADOS] updated: 1.3.0-888-g6bb345e59
Git user
git at public.curoverse.com
Wed May 15 21:06:52 UTC 2019
Summary of changes:
lib/config/config.default.yml | 6 +++---
lib/config/generated_config.go | 6 +++---
services/api/app/models/blob.rb | 6 +++---
services/api/app/models/collection.rb | 4 ++--
services/api/config/arvados_config.rb | 2 +-
services/api/lib/audit_logs.rb | 2 +-
services/api/lib/tasks/delete_old_container_logs.rake | 2 +-
services/api/lib/tasks/delete_old_job_logs.rake | 2 +-
services/api/lib/trashable.rb | 4 ++--
services/api/test/unit/collection_test.rb | 4 ++--
services/api/test/unit/container_request_test.rb | 2 +-
11 files changed, 20 insertions(+), 20 deletions(-)
via 6bb345e5958f905e0527facdc5b08d973a535f3a (commit)
via 47eaf671717bc185abd868e7ada9284214d318a5 (commit)
from 3abbc10c06ac7b71f90d6df31109031c34f45160 (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 6bb345e5958f905e0527facdc5b08d973a535f3a
Merge: 3abbc10c0 47eaf6717
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Wed May 15 17:05:55 2019 -0400
Merge branch '15232-blobttl-suffix'
fixes #15232
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --cc lib/config/config.default.yml
index e41f7508b,1c9793f97..16d6c61b5
--- a/lib/config/config.default.yml
+++ b/lib/config/config.default.yml
@@@ -162,8 -162,8 +162,8 @@@ Clusters
# Arvados object is created, modified, or deleted.)
#
# Currently, websocket event notifications rely on audit logs, so
- # this should not be set lower than 600 (5 minutes).
+ # this should not be set lower than 300 (5 minutes).
- MaxAge: 1209600
+ MaxAge: 336h
# Maximum number of log rows to delete in a single SQL transaction.
#
diff --cc lib/config/generated_config.go
index 5339c15a6,3cbc9041a..5ee62ee82
--- a/lib/config/generated_config.go
+++ b/lib/config/generated_config.go
@@@ -168,8 -168,8 +168,8 @@@ Clusters
# Arvados object is created, modified, or deleted.)
#
# Currently, websocket event notifications rely on audit logs, so
- # this should not be set lower than 600 (5 minutes).
+ # this should not be set lower than 300 (5 minutes).
- MaxAge: 1209600
+ MaxAge: 336h
# Maximum number of log rows to delete in a single SQL transaction.
#
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list