Run UserRefreshFromReplicaWorker jobs on the replica db by default
This change runs `UserRefreshFromReplicaWorker` jobs on the replica database by default (if available), so that all data is read from the replica database (and not the primary), there by reducing the number of reads hitting the primary database. Changelog: performance
Showing
Please register or sign in to comment