Skip to content

Commit 0ae7757

Browse files
committed
increase maximum number of files listed
1 parent 6424545 commit 0ae7757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_drives/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def __init__(self, config: traitlets.config.Config) -> None:
4545
self._config = DrivesConfig(config=config)
4646
self._client = httpx.AsyncClient()
4747
self._content_managers = {}
48-
self._max_files_listed = 1000
48+
self._max_files_listed = 1025
4949

5050
# instate fsspec file system
5151
self._file_system = fsspec.filesystem(self._config.provider, asynchronous=True)

0 commit comments

Comments
 (0)