diff options
| author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-01 12:48:49 +0300 |
|---|---|---|
| committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-01 12:48:49 +0300 |
| commit | d9e4b77f8be8249b428a7ef1448c9a2161dee88a (patch) | |
| tree | 927869f5bdadc70c579b2fcbe09223a9dd593ab1 /config/config.exs | |
| parent | 814b275af7748df6bd11dfc6be1b4efce8d5ae70 (diff) | |
| parent | 438394d40447bdfb590ff206ad80907294da0e65 (diff) | |
| download | pleroma-d9e4b77f8be8249b428a7ef1448c9a2161dee88a.tar.gz pleroma-d9e4b77f8be8249b428a7ef1448c9a2161dee88a.zip | |
Merge branch 'develop' into gun
Diffstat (limited to 'config/config.exs')
| -rw-r--r-- | config/config.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index ed074a99c..159aa6398 100644 --- a/config/config.exs +++ b/config/config.exs @@ -578,6 +578,7 @@ config :http_signatures, config :pleroma, :rate_limit, authentication: {60_000, 15}, + timeline: {500, 3}, search: [{1000, 10}, {1000, 30}], app_account_creation: {1_800_000, 25}, relations_actions: {10_000, 10}, |
