SQLite Forum

What is the poll frequency of `sqlite3_busy_timeout`?
Login
Thanks.

Does the `sqlite3_busy_handler` callback function get invoked after each of those intervals, or is the intention to let the application sleep inside the callback function then return true to define its own intervals?