Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-07-16 | Combine nginx federation server blocks (#7823) | Luke Faraone | 1 | -11/+5 | |
I'm pretty sure there's no technical reason these have to be distinct server blocks, so collapse into one and go with the more terse location block. Signed-off-by: Luke W Faraone <luke@faraone.cc> | |||||
2020-07-16 | Optimise queueing of inbound replication commands (#7861) | Richard van der Hoff | 2 | -116/+216 | |
When we get behind on replication, we tend to stack up background processes behind a linea |