100 per batch again

This commit is contained in:
Simon Willison 2023-07-24 13:15:35 -07:00
commit 4a90f536d3

View file

@ -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():