I seem to recall reading somewhere (though I can’t find it now) that the system will close an open SQLite database after 5 minutes to save memory. I am running into some problems while trying to process large amounts of data getting “connection lost” errors to the database so I am guessing that I might be running into this problem.
My question is: Is there a way to extend the default length of time a database may remain open? If so, would you be so kind as to share?
Thanks.