Update Download Types
parent
a240d1b938
commit
1e9e1f2203
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
`repertory` supports 3 different modes for reading and writing files: `default`, `ring_buffer`, and `direct`.
|
`repertory` supports 3 different modes for reading and writing files: `default`, `ring_buffer`, and `direct`.
|
||||||
|
|
||||||
The `PreferredDownloadType` setting in `config.json` determines which of these modes is preferred. This does not guarantee the mode will always be chosen, as `repertory` will choose an appropriate mode based on the type of file operation being performed. If a file is currently open in read mode and a request to write is performed, the file will automatically be changed to `default` mode without any interruptions to file i/o.
|
The `PreferredDownloadType` setting in `config.json` determines which of these modes is preferred. This does not guarantee the mode will always be chosen, as `repertory` will choose an appropriate mode based on the type of file operation being performed. If a file is currently open via a read-only download type and a request to write is performed, the file will automatically be changed to `default` mode without any interruptions to file i/o.
|
||||||
|
|
||||||
### Default
|
### Default
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user