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 7878e02 commit 86896feCopy full SHA for 86896fe
reflex/environment.py
@@ -727,7 +727,7 @@ class EnvironmentVariables:
727
# How long to wait between automatic reload on frontend error to avoid reload loops.
728
REFLEX_AUTO_RELOAD_COOLDOWN_TIME_MS: EnvVar[int] = env_var(10_000)
729
730
- # Wheter to allow entering a state mutation with `async with self` in normal (non background) event handlers
+ # Whether to allow entering a state mutation with `async with self` in normal (non background) event handlers
731
REFLEX_STATE_ALLOW_CONTEXTMANAGER_WITHOUT_BACKGROUND_TASK: EnvVar[bool] = env_var(
732
False
733
)
0 commit comments