diff options
Diffstat (limited to 'python/fatcat_import.py')
-rwxr-xr-x | python/fatcat_import.py | 2 |
1 files changed, 1 insertions, 1 deletions
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') |