Open seleningchan opened 1 year ago
mutiple thread simultaneously reading and writing will cause Timeout. Database is locked for more than 00:01:00.
If you are using transactions, ensure, that the transaction is managed by the same thread. beginTrans await <- could cause a thread change commit
mutiple thread simultaneously reading and writing will cause Timeout. Database is locked for more than 00:01:00.