Variable: MAX_SQLITE_RESTORE_FILE_NAME_BYTES
const MAX_SQLITE_RESTORE_FILE_NAME_BYTES: 512 = 512;
Defined in: shared/constants/backup.ts:62
Maximum UTF-8 byte length accepted for user-visible SQLite restore filenames transported over IPC.
Remarksโ
The filename is used for UI/logging context only, but bounding it consistently across renderer and main avoids oversized diagnostics payloads.