1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/packages/app-mobile/utils/fs-driver/constants.ts

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