[ARVADOS] updated: 1.3.0-2089-gd90dd5662
Git user
git at public.arvados.org
Fri Jan 17 16:04:55 UTC 2020
Summary of changes:
sdk/go/arvados/config.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via d90dd5662fd356d38768b16e0f2d04fb10c19e87 (commit)
from 6a6e6ad952cb39d62eea2b4e814ebbcc3da5cce4 (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 d90dd5662fd356d38768b16e0f2d04fb10c19e87
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Fri Jan 17 11:04:34 2020 -0500
LogSecondsBetweenEvents should be a duration
refs #16014
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/sdk/go/arvados/config.go b/sdk/go/arvados/config.go
index f34a7e00a..757d0745e 100644
--- a/sdk/go/arvados/config.go
+++ b/sdk/go/arvados/config.go
@@ -362,7 +362,7 @@ type ContainersConfig struct {
Logging struct {
MaxAge Duration
LogBytesPerEvent int
- LogSecondsBetweenEvents int
+ LogSecondsBetweenEvents Duration
LogThrottlePeriod Duration
LogThrottleBytes int
LogThrottleLines int
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list