Variable: MAX_IPC_SQLITE_BACKUP_TRANSFER_BYTES
const MAX_IPC_SQLITE_BACKUP_TRANSFER_BYTES: number =
DEFAULT_MAX_IPC_BACKUP_TRANSFER_BYTES;
Defined in: shared/constants/backup.ts:40
Maximum size (bytes) allowed for SQLite backup buffers transferred over IPC.
Remarksโ
Alias of DEFAULT_MAX_IPC_BACKUP_TRANSFER_BYTES intended for use in transport checks where the operation context matters.