From 4a90f536d3fdb59607920f47f71ea90a649a5b8f Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 24 Jul 2023 13:15:35 -0700 Subject: [PATCH] 100 per batch again --- dclient/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dclient/cli.py b/dclient/cli.py index f65ef6b..d059437 100644 --- a/dclient/cli.py +++ b/dclient/cli.py @@ -6,7 +6,7 @@ import pathlib from sqlite_utils.utils import rows_from_file, Format, TypeTracker from .utils import token_for_url -INSERT_BATCH_SIZE = 50 +INSERT_BATCH_SIZE = 100 def get_config_dir():