SQLite Forum

Configuring SQLite to wait indefinitely
Login
Is there any way to configure `busy_timeout` so that SQLite waits indefinitely?

I know I can set the timeout to `INT32_MAX` milliseconds, which is roughly equal to 24.5 days of waiting. But I'm wondering if there is a more semantically direct way of saying "wait forever".