relstorage.adapters.sqlite.locker
¶
- class Sqlite3Locker(options, driver, batcher_factory)[source]¶
Bases:
AbstractLocker
- supports_row_lock_nowait = False¶
Set this to a false value if you don’t support
NOWAIT
and we’ll instead set the lock timeout to a low value.