mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-12 19:06:50 +00:00
Revert "Add background job to clear unreferenced state groups (#18154)"
This mechanism is suspected of inserting large numbers of rows into
`state_groups_state`,
thus unreasonably increasing disk usage.
See: https://github.com/element-hq/synapse/issues/18217
This reverts commit 5121f9210c
(#18154).
---------
Signed-off-by: Olivier 'reivilibre <oliverw@matrix.org>
1 line
No EOL
157 B
Text
1 line
No EOL
157 B
Text
Revert the background job to clear unreferenced state groups (that was introduced in v1.126.0rc1), due to a suspected issue that causes increased disk usage. |