1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00
planka/server/constants.js

9 lines
164 B
JavaScript
Raw Normal View History

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,
};