Merge branch 'suggestion-api-restriction' into 'develop'
[akkoma] / config / config.exs
index d88a56adf1198dfd655f914b969027967d2691bf..ed718c3d3cd6f583a8a7d1a55f53a474abf2f5c5 100644 (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