We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ed801 commit af7d2b8Copy full SHA for af7d2b8
reflex/config.py
@@ -193,7 +193,7 @@ class BaseConfig:
193
enable_pyleak_monitoring: bool = False
194
195
# Threshold in seconds for detecting event loop blocking operations.
196
- pyleak_blocking_threshold: float = 0.001
+ pyleak_blocking_threshold: float = 0.1
197
198
# Grace period in seconds for thread leak detection cleanup.
199
pyleak_thread_grace_period: float = 0.2
0 commit comments