Skip to content

Commit

Permalink
proposal: increase default batch size (#16)
Browse files Browse the repository at this point in the history
* increase default batch size

* nit: use `not` instead of `is False`

* revert 3e03007

wrong branch...
  • Loading branch information
aMahanna committed Jan 19, 2024
1 parent 2b8febe commit 3222aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arango_datasets/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Datasets:
def __init__(
self,
db: Database,
batch_size: int = 50,
batch_size: int = 1000,
metadata_file: str = "https://arangodb-dataset-library-ml.s3.amazonaws.com/root_metadata.json", # noqa: E501
preserve_existing: bool = False,
):
Expand Down

0 comments on commit 3222aaf

Please sign in to comment.