make limit for /api/v1/suggestions
This commit is contained in:
parent
045953225e
commit
4e1bb7bccb
3 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue