Variable: MAX_IPC_SQLITE_RESTORE_BYTES
constMAX_IPC_SQLITE_RESTORE_BYTES:number=DEFAULT_MAX_BACKUP_SIZE_BYTES
Defined in: shared/constants/backup.ts:51
Maximum size (bytes) accepted for SQLite restore payloads sent over IPC.
Remarksโ
This limit is applied to renderer โ main transfers (restore) and should be kept aligned with the renderer-side byte budget enforced in the preload bridge.