Skip to content

Commit 3222aaf

Browse files
authored
proposal: increase default batch size (#16)
* increase default batch size * nit: use `not` instead of `is False` * revert 3e03007 wrong branch...
1 parent 2b8febe commit 3222aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arango_datasets/datasets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Datasets:
2727
def __init__(
2828
self,
2929
db: Database,
30-
batch_size: int = 50,
30+
batch_size: int = 1000,
3131
metadata_file: str = "https://arangodb-dataset-library-ml.s3.amazonaws.com/root_metadata.json", # noqa: E501
3232
preserve_existing: bool = False,
3333
):

0 commit comments

Comments
 (0)