[sqlite] SQLite transaction time limit

2015-07-13 Thread Iryna Atamanova
Hi guys, We have found the next feature of sqllite - it transaction takes more that 5 seconds, the database has been locked for some time. Could you please help us and let me know how we can increase this time - 5 seconds to 30 for example (what parameter / attribute can be used?) from source cod

[sqlite] SQLite transaction time limit

2015-07-08 Thread Paul
You are probably asking for 8 July 2015, 15:24:18, by "Iryna Atamanova" : > Hi guys, > > I will be very appreciate for your help. > > We have found the next feature of sqllite - it transaction takes more that > 5 seconds, the database has been

[sqlite] SQLite transaction time limit

2015-07-08 Thread Iryna Atamanova
Hi guys, I will be very appreciate for your help. We have found the next feature of sqllite - it transaction takes more that 5 seconds, the database has been locked for some time. Could you please help us and let me know how we can increase this time - 5 seconds to 30 for example (what parameter

[sqlite] SQLite transaction time limit

2015-07-08 Thread Kevin Benson
http://permalink.gmane.org/gmane.comp.db.sqlite.general/91411 'In the connection string, please use "Default Timeout"...' *SNIP* 'Also, the "Default Timeout" value is measured in seconds, so it would be...' *SNIP* -> 30 in your case. -- -- -- --???-- K e V i N On Wed