via https://fosstodon.org/@anze3db/111347782255927112
sqlite·SQLitebyLuis Norambuena Using WAL mode in SQLite and its interaction with VACUUMvia https://fosstodon.org/@anze3db/111347782255927112https://blog.pecar.me/sqlite-walOpen linkView original on programming.dev7Comments2Reply
pperviouslyiner lemm.ee1Hide 1 replyIs it necessary for programs to implement their own retry logic for when sqlite returns busy intead of success or failed code?1Reply
Luis Norambuena replyprogramming.devThe error you would get is a timeout. The easiest way to wait longer is increasing the timeout of your connection. I think the default value for a timeout is 5 seconds.1Reply
2 replies
Is it necessary for programs to implement their own retry logic for when sqlite returns busy intead of success or failed code?
The error you would get is a timeout. The easiest way to wait longer is increasing the timeout of your connection. I think the default value for a timeout is 5 seconds.