mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-12 08:54:00 +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
|