Fix stale run_blocking call sites in log preview and config services

This commit is contained in:
2026-04-12 20:34:35 +02:00
parent 8e43ef9ad2
commit 5957d851b5
6 changed files with 22 additions and 57 deletions

View File

@@ -72,7 +72,6 @@ async def preview_log(req: LogPreviewRequest) -> LogPreviewResponse:
try:
raw_lines = await run_blocking(
None,
_read_tail_lines,
str(path),
req.num_lines,