On 3 Jul 2018, at 8:08pm, Phani Rahul Sivalenka <[email protected]> wrote:
> As per our observation, the initial write operations on the sqlite db file > throw "db is locked" error. After a certain time (around an hour) write > operations start working and we are able to do all the operations as > required. [...] > “data > source=/var/www/html/ChargerDatabase.db;DateTimeKind=Utc;Version=3;Pooling=True;Synchronous=Off;journal > mode=Memory;Busy Timeout=30000;Default Timeout=30” Test each of your timeouts by removing one, then the other, then both. See if the removal of one of them changes the described behaviour. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

