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
- core/common/src/IModel.ts Line 148
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.