From c4507d42e3bd07c7c94269a95d216f083dc2b89d Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sun, 19 Jan 2025 15:33:35 +0900 Subject: [PATCH] Update docs/configuring-playbook-bot-draupnir.md: add "optoional, recommended" label to the section Unlike Mjolnir, the step is no longer required. It is optional and recommended on Draupnir, therefore it should be clarified so. Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-bot-draupnir.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring-playbook-bot-draupnir.md b/docs/configuring-playbook-bot-draupnir.md index a79d69b66..808bc4aa6 100644 --- a/docs/configuring-playbook-bot-draupnir.md +++ b/docs/configuring-playbook-bot-draupnir.md @@ -72,7 +72,7 @@ Before proceeding to the next step, run the playbook with the following command ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created ``` -### Make sure the account is free from rate limiting +### Make sure the account is free from rate limiting (optional, recommended) If your homeserver's implementation is Synapse, you will need to prevent it from rate limiting the bot's account. **This is a highly recommended step. If you do not configure it, Draupnir performance will be degraded.**