SQLite Forum

Configuring SQLite to wait indefinitely
Login
Your understanding is correct. 24 days is obviously more than enough wait time. I was just looking for something that expressed "wait forever" more directly to the human reading the code.

Since I am using SQLite via the Python standard library, I don't think I can define a custom busy handler. I'll make do with the 24 days.

Thank you all for the responses.