Skip to content

Commit dcf2c9a

Browse files
committed
temporarily disable task leak detection
1 parent 7930ee2 commit dcf2c9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reflex/monitoring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ async def monitor_async():
9090
threshold=config.pyleak_blocking_threshold,
9191
)
9292
)
93-
await stack.enter_async_context(no_task_leaks(action=action)) # pyright: ignore[reportOptionalCall]
93+
#await stack.enter_async_context(no_task_leaks(action=action)) # pyright: ignore[reportOptionalCall]
9494
yield
9595

9696

0 commit comments

Comments
 (0)