synapse/changelog.d/19138.misc
Erik Johnston 4906771da1
Faster redis replication handling (#19138)
Spawning a background process comes with a bunch of overhead, so let's
try to reduce the number of background processes we need to spawn when
handling inbound fed.

Currently, we seem to be doing roughly one per command. Instead, lets
keep the background process alive for a bit waiting for a new command to
come in.
2025-11-05 13:42:04 +00:00

2 lines
53 B
Plaintext

Minor speed up of processing of inbound replication.