mirror of
https://github.com/simonw/dclient.git
synced 2026-08-01 15:04:11 +02:00
100 per batch again
This commit is contained in:
parent
d8e827ed61
commit
4a90f536d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue