Skip to content

Commit

Permalink
[Datastore] change default chunk size (#5468)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerm-iguazio committed Apr 28, 2024
1 parent 842aaca commit bb553de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlrun/datastore/v3io.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
)

V3IO_LOCAL_ROOT = "v3io"
V3IO_DEFAULT_UPLOAD_CHUNK_SIZE = 1024 * 1024 * 100
V3IO_DEFAULT_UPLOAD_CHUNK_SIZE = 1024 * 1024 * 10


class V3ioStore(DataStore):
Expand Down

0 comments on commit bb553de

Please sign in to comment.