We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_membership_stream_cache
Spawning from #17320 (comment)
Bust _membership_stream_cache cache when current state changes.
Currently, the only reference I can find is in CacheInvalidationWorkerStore._invalidate_caches_for_event(...) which doesn't handle current state changing.
CacheInvalidationWorkerStore._invalidate_caches_for_event(...)
This is where we should be adding the cache busting:
synapse/synapse/storage/databases/main/cache.py
Line 266 in 956f20e
The text was updated successfully, but these errors were encountered:
/sync
Bust _membership_stream_cache cache when current state changes
2bd0e63
Fix #17368
MadLittleMods
Successfully merging a pull request may close this issue.
Spawning from #17320 (comment)
Bust
_membership_stream_cache
cache when current state changes.Currently, the only reference I can find is in
CacheInvalidationWorkerStore._invalidate_caches_for_event(...)
which doesn't handle current state changing.Dev notes
This is where we should be adding the cache busting:
synapse/synapse/storage/databases/main/cache.py
Line 266 in 956f20e
The text was updated successfully, but these errors were encountered: