diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2023-12-04 09:03:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-04 22:36:09 +0000 |
commit | 70ad9b9b309575134834757468cb32c9e3b87448 (patch) | |
tree | fb35ea1f2db0bdbcf097ee1b611fb5aeaf46b5ae /scripts/lib/recipetool/create_buildsys_python.py | |
parent | f89d9240b1208e9df28afed840376ca91842e5dd (diff) | |
download | poky-70ad9b9b309575134834757468cb32c9e3b87448.tar.gz |
bitbake: hashserv: sqlite: Ensure sync propagates to database connections
When the sqlite database backend was restructured, the code to make the
databases run in WAL mode and to control if sync() is called was
accidentally dropped. This caused terrible database performance to the
point that server timeouts were occurring causing really slow builds.
Fix this by properly enabling WAL mode and setting the synchronous flag
as requested
(Bitbake rev: c5b8c91d325ed1ca8abe5fe28d989693555c0622)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/recipetool/create_buildsys_python.py')
0 files changed, 0 insertions, 0 deletions