Skip to content

Commit af7d2b8

Browse files
committed
adjust default threshold
1 parent 01ed801 commit af7d2b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reflex/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ class BaseConfig:
193193
enable_pyleak_monitoring: bool = False
194194

195195
# Threshold in seconds for detecting event loop blocking operations.
196-
pyleak_blocking_threshold: float = 0.001
196+
pyleak_blocking_threshold: float = 0.1
197197

198198
# Grace period in seconds for thread leak detection cleanup.
199199
pyleak_thread_grace_period: float = 0.2

0 commit comments

Comments
 (0)