1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 12:49:43 +02:00
planka/server/constants.js
Maksim Eltyshev 2ee1166747 feat: Version 2
Closes #627, closes #1047
2025-05-10 02:09:06 +02:00

8 lines
164 B
JavaScript

const POSITION_GAP = 65536;
const MAX_SIZE_IN_BYTES_TO_GET_ENCODING = 8 * 1024 * 1024;
module.exports = {
POSITION_GAP,
MAX_SIZE_IN_BYTES_TO_GET_ENCODING,
};