Skip to content

Commit

Permalink
Update obstore/python/obstore/fsspec.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Nov 13, 2024
1 parent 45868c9 commit ecc9399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obstore/python/obstore/fsspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(
asynchronous: id this instance meant to be be called using the async API? This
should only be set to true when running within a coroutine
loop: since both fsspec/python and tokio/rust may be using loops, this should
be kept None for now
be kept `None` for now, and will not be used.
batch_size: some operations on many files will batch their requests; if you
are seeing timeouts, you may want to set this number smaller than the defaults,
which are determined in fsspec.asyn._get_batch_size
Expand Down

0 comments on commit ecc9399

Please sign in to comment.