UNPKG

sonofs

Version:

sono nodejs distributed file system

5 lines (4 loc) 185 B
exports.MAX_BUNDLE_ID = 256 * 256 * 256 - 1; exports.MAX_FILE_SIZE = 1024 * 1024 * 1024 - 1; exports.MAX_MEM_FILE_SIZE = 256 * 256 * 256; exports.MAX_CALLBACK_ID = 256 * 256 * 256 - 1;