[ARVADOS] updated: 1.1.0-101-g8de691c
Git user
git at public.curoverse.com
Wed Nov 8 11:48:35 EST 2017
Summary of changes:
sdk/cwl/arvados_cwl/fsaccess.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 8de691c25eac0454f8f30cfa35eccff15642e330 (commit)
from a18005f8b35a68b4fcd9ccdf76832b28e564289c (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 8de691c25eac0454f8f30cfa35eccff15642e330
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Tue Nov 7 15:52:08 2017 -0500
12568: Reduce min_entries
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/sdk/cwl/arvados_cwl/fsaccess.py b/sdk/cwl/arvados_cwl/fsaccess.py
index 0e96684..5e3d685 100644
--- a/sdk/cwl/arvados_cwl/fsaccess.py
+++ b/sdk/cwl/arvados_cwl/fsaccess.py
@@ -29,7 +29,7 @@ logger = logging.getLogger('arvados.cwl-runner')
class CollectionCache(object):
def __init__(self, api_client, keep_client, num_retries,
cap=256*1024*1024,
- min_entries=4):
+ min_entries=2):
self.api_client = api_client
self.keep_client = keep_client
self.collections = OrderedDict()
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list