From 91ec6117a5e4565d665eddbbc6c33245a910f54c Mon Sep 17 00:00:00 2001 From: DroneShipper Date: Thu, 7 Nov 2019 08:22:24 +0000 Subject: [PATCH] [SKIP CI] update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bea77c4..7dad8fe 100644 --- a/README.md +++ b/README.md @@ -539,6 +539,9 @@ Ratelimiting settings for login requests based on the client's IP address. #### Default value ```YAML +matrix_rc_login_address: + per_second: 0.17 + burst_count: 3 ``` ### matrix_rc_login_account @@ -548,6 +551,9 @@ Ratelimiting settings for login requests based on the account the client is atte #### Default value ```YAML +matrix_rc_login_account: + per_second: 0.17 + burst_count: 3 ``` ## Dependencies @@ -560,4 +566,4 @@ Robert Kaussow ## Author -xoxys +[xoxys](https:/itea.rknet.org/xoxys)