Variable: MAX_IPC_JSON_EXPORT_BYTES
const MAX_IPC_JSON_EXPORT_BYTES: number = MAX_IPC_JSON_IMPORT_BYTES;
Defined in: shared/constants/backup.ts:83
Maximum size (bytes) accepted for JSON export payloads transported over IPC.
Remarksโ
JSON export is intended for portability and small-to-medium snapshots. For very large datasets users should prefer SQLite backup/restore.
This is intentionally kept aligned with MAX_IPC_JSON_IMPORT_BYTES so exports remain round-trippable.