[ARVADOS] updated: 2e06098f6a71a5575cdfffd24c0e22ec398e7682
Git user
git at public.curoverse.com
Thu Jun 29 21:40:55 EDT 2017
Summary of changes:
services/crunch-run/logging.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 2e06098f6a71a5575cdfffd24c0e22ec398e7682 (commit)
from 8a4a2ee17807f35eaff8be99cca780ef1fd0ba64 (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 2e06098f6a71a5575cdfffd24c0e22ec398e7682
Author: Ward Vandewege <ward at curoverse.com>
Date: Thu Jun 29 21:40:35 2017 -0400
Fix typo.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curoverse.com>
diff --git a/services/crunch-run/logging.go b/services/crunch-run/logging.go
index 84f2f2f..0083f09 100644
--- a/services/crunch-run/logging.go
+++ b/services/crunch-run/logging.go
@@ -373,7 +373,7 @@ func (arvlog *ArvLogWriter) rateLimit(line []byte, now time.Time) (bool, []byte)
}
}
-// load the rate limit discovery config paramters
+// load the rate limit discovery config parameters
func loadLogThrottleParams(clnt IArvadosClient) {
param, err := clnt.Discovery("crunchLimitLogBytesPerJob")
if err == nil {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list