From c4ae4f6d85fdb592ef3d2e7e0776e9ae6239a03e 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 "recommended" label to the section Unlike Mjolnir the step is no longer required though it is recommended. 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 18d67bccc..26bd178ce 100644 --- a/docs/configuring-playbook-bot-draupnir.md +++ b/docs/configuring-playbook-bot-draupnir.md @@ -78,7 +78,7 @@ ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-use The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account. -### Make sure the account is free from rate limiting +### Make sure the account is free from rate limiting (recommended) If your homeserver's implementation is Synapse, you will need to prevent it from rate limiting the bot's account. **This is a heavily recomended step. If you do not configure it, Draupnir performance will be degraded.**