increased r/w buffer size

This commit is contained in:
2025-02-14 07:05:50 -06:00
parent 63a49389f2
commit a846223777
3 changed files with 6 additions and 3 deletions

View File

@@ -14,3 +14,4 @@ export const setCustomEncryption = (ce) => {
export const instance_id = uuidv4();
export const package_json = _package_json;
export const get_version = () => _package_json.version;
export const RW_BUFFER_SIZE = 1024 * 1024;