7a26b6bda6
Due to SQLite having one single write transaction, database tests cannot be executed async, making a large pool ineffective at best. A setting of 10 is enough for those tests where we perform multiple read operations (which tend to be sequential anyway). Test execution time before and after this change remains effectively the same.