summary refs log tree commit diff
path: root/changelog.d/7876.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Handle replication commands synchronously where possible (#7876)Richard van der Hoff2020-07-271-0/+1
Most of the stuff we do for replication commands can be done synchronously. There's no point spinning up background processes if we're not going to need them.