/ open-webui.git
/ app
/ env
/ lib
/ python3.11
/ site-packages
/ fs
/ constants.py
Run
Starting...
Stop
View File
Save
"""Constants used by PyFilesystem. """ import io DEFAULT_CHUNK_SIZE = io.DEFAULT_BUFFER_SIZE * 16 """`int`: the size of a single chunk read from or written to a file. """
Memory