chickadee » sqdb » set-busy-timeout!

set-busy-timeout! db msprocedure

Set a timeout of ms milliseconds for operations that occur when the database is locked. If ms is #f or 0, the operation times out immediately.

You must set the timeout separately for each database connection and it can be changed at any time after the database is open. The default is #f.