mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-20 15:14:12 -04:00
Add ability to shard the federation sender (#7798)
This commit is contained in:
parent
f1245dc3c0
commit
f299441cc6
15 changed files with 670 additions and 157 deletions
|
@ -32,6 +32,7 @@ class FederationAckTestCase(HomeserverTestCase):
|
|||
|
||||
def make_homeserver(self, reactor, clock):
|
||||
hs = self.setup_test_homeserver(homeserverToUse=GenericWorkerServer)
|
||||
|
||||
return hs
|
||||
|
||||
def test_federation_ack_sent(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue