Fix stale run_blocking call sites in log preview and config services
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user