diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-08-26 20:36:44 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-08-26 20:36:44 +0700 |
commit | 66c1966688e9bb24ce1703217b89d8ec390b6095 (patch) | |
tree | c93ba1ba5ca9131e33e8fef6384ee940ad3594e4 /docs/config.md | |
parent | 6dc24422dc403663f6385272f071e2223c24b2ce (diff) | |
download | pleroma-66c1966688e9bb24ce1703217b89d8ec390b6095.tar.gz |
Disable rate limiter by default
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md index 414b54660..61aa7db9b 100644 --- a/docs/config.md +++ b/docs/config.md @@ -671,6 +671,8 @@ This will probably take a long time. ## :rate_limit +This is an advanced feature and disabled by default. + A keyword list of rate limiters where a key is a limiter name and value is the limiter configuration. The basic configuration is a tuple where: * The first element: `scale` (Integer). The time scale in milliseconds. |