mirror of
https://github.com/plankanban/planka.git
synced 2025-12-20 01:14:12 +03:00
8
server/constants.js
Normal file
8
server/constants.js
Normal file
@@ -0,0 +1,8 @@
|
||||
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,
|
||||
};
|
||||
Reference in New Issue
Block a user