busyTimeout property

int busyTimeout
final

The busy_timeout (in milliseconds) applied to the database handle.

Only guards against other OS processes holding the database file: this adapter uses a single handle, so it can never contend with itself.

Implementation

final int busyTimeout;