]> git.ipfire.org Git - pbs.git/commit
registry: Stream blobs from a separate thread
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 9 Feb 2025 13:26:23 +0000 (13:26 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 9 Feb 2025 13:26:23 +0000 (13:26 +0000)
commit010002ba7086ea7bc135fe86ca08c4a1e1ed0615
tree376585aa8e7d765108b3916fe03824306f3804b0
parent836a1ec03e0573e6429cb3d25012df3e77b5e207
registry: Stream blobs from a separate thread

We need this to not block the main thread on really large blobs.

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