busyTimeout Readonly

busyTimeout: number | undefined

Specify timeout after which SQLite stop retrying to acquire lock to database file and throw SQLITE_BUSY error. Timeout is specified in milliseconds. For more information https://www.sqlite.org/c3ref/busy_timeout.html.

Defined in

Last Updated: 13 May, 2024