]> git.ipfire.org Git - pbs.git/commit
builders: Make handling log messages actually fast
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 3 May 2025 11:39:09 +0000 (11:39 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 3 May 2025 11:39:09 +0000 (11:39 +0000)
commit941b36b24259009a6be5ed5e56744729b0b67262
tree2e748b27e6da395a93f2bed92ceb2b20c3c6b8c2
parentc20e96b26015e1e30e1ecf0a294f150d5acf2e59
builders: Make handling log messages actually fast

We don't need to fetch the build object here which saves us from opening
and closing an entire database session which is not really needed.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/web/builders.py