From 1fe371288daf417cdf44b94e372b485426b47134 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 29 Jan 2019 22:04:14 -0800 Subject: reduce default import batch size to 50 --- python/fatcat_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/fatcat_import.py b/python/fatcat_import.py index eeb80b01..8090900f 100755 --- a/python/fatcat_import.py +++ b/python/fatcat_import.py @@ -54,7 +54,7 @@ def main(): help="Kafka topic namespace to use (eg, prod, qa)") parser.add_argument('--batch-size', help="size of batch to send", - default=100, type=int) + default=50, type=int) subparsers = parser.add_subparsers() sub_crossref = subparsers.add_parser('crossref') -- cgit v1.2.3