mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-02 12:47:41 +02:00
5 lines
160 B
TypeScript
5 lines
160 B
TypeScript
|
|
||
|
// Maximum/expected size of part of a file to be read
|
||
|
// eslint-disable-next-line import/prefer-default-export
|
||
|
export const chunkSize = 1024 * 100; // 100 KiB
|