make limit for /api/v1/suggestions

This commit is contained in:
Hakaba Hitoyo 2018-09-09 13:57:23 +09:00
commit 4e1bb7bccb
3 changed files with 4 additions and 1 deletions

View file

@ -128,6 +128,7 @@ config :pleroma, :suggestions,
third_party_engine:
"http://vinayaka.distsn.org/cgi-bin/vinayaka-user-match-suggestions-api.cgi?{{host}}+{{user}}",
timeout: 300_000,
limit: 23,
web: "https://vinayaka.distsn.org/?{{host}}+{{user}}"
# Import environment specific config. This must remain at the bottom