We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea3984 commit 85c00e7Copy full SHA for 85c00e7
1 file changed
reflex/istate/manager/disk.py
@@ -197,7 +197,7 @@ async def modify_state(self, token: str) -> AsyncIterator[BaseState]:
197
Yields:
198
The state for the token.
199
"""
200
- # Memory state manager ignores the substate suffix and always returns the top-level state.
+ # Disk state manager ignores the substate suffix and always returns the top-level state.
201
client_token, _ = _split_substate_key(token)
202
if client_token not in self._states_locks:
203
async with self._state_manager_lock:
0 commit comments