Draft: Remove syncer from storage cache
Removes the syncer from the storage cache used for read distribution. Syncer is a performance optimization to prevent excessive database calls. It is not known if it actually improves performance in real world situations. By removing it, we may improve maintainability by reducing the complexity needed to understand how the feature works.
Edited by Paul Okstad (ex-GitLab)