We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6424545 commit 0ae7757Copy full SHA for 0ae7757
jupyter_drives/manager.py
@@ -45,7 +45,7 @@ def __init__(self, config: traitlets.config.Config) -> None:
45
self._config = DrivesConfig(config=config)
46
self._client = httpx.AsyncClient()
47
self._content_managers = {}
48
- self._max_files_listed = 1000
+ self._max_files_listed = 1025
49
50
# instate fsspec file system
51
self._file_system = fsspec.filesystem(self._config.provider, asynchronous=True)
0 commit comments