1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-20 18:48:28 +02:00

5 lines
160 B
TypeScript
Raw Normal View History

// 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