forked from Drift/pvv-nixos-config
add another federation sender as one is being maxed out
This commit is contained in:
@ -21,7 +21,7 @@ in {
|
||||
|
||||
dataDir = "/data/synapse";
|
||||
|
||||
workers.federationSenders = 1;
|
||||
workers.federationSenders = 2;
|
||||
workers.federationReceivers = 1;
|
||||
workers.initialSyncers = 1;
|
||||
workers.normalSyncers = 1;
|
||||
|
Reference in New Issue
Block a user