mirror of
https://github.com/element-hq/synapse.git
synced 2025-12-15 00:00:50 -05:00
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.
2 lines
53 B
Plaintext
2 lines
53 B
Plaintext
Minor speed up of processing of inbound replication.
|