Skip to content
Commit c3521046 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

SQLite: enable multi-threaded mode

By default SQLite runs in serialized mode. This flag allows database
connections from multiple threads to operate more efficiently by not
locking a lock when not needed.

This has actually been the deault in the upstream SQLite driver since
Qt 5.10.
parent 3ea3db75
Pipeline #372928 passed with stage
in 9 minutes and 29 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment