From 8199f88a5a7b8e146635de8f1dbc7f8128b932ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Mon, 11 Sep 2023 00:03:44 +0200 Subject: [PATCH] Update README.MD --- README.MD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.MD b/README.MD index e76cf8b..3bc1c60 100644 --- a/README.MD +++ b/README.MD @@ -9,6 +9,10 @@ With matrix.YOURDOMAIN pointing at the server: workers.federationSenders = 1; workers.federationReceivers = 1; + workers.initialSyncers = 1; + workers.normalSyncers = 1; + workers.eventPersisters = 2; + workers.useUserDirectoryWorker = true; enableNginx = true;