Apply database session parameter to improve GIN full text search

This commit is contained in:
Mark Felder 2020-02-20 15:34:10 -06:00
parent 3eddd9caa6
commit b6bb73f43e
1 changed files with 2 additions and 0 deletions

View File

@ -617,6 +617,8 @@ config :pleroma, :modules, runtime_dir: "instance/modules"
config :pleroma, configurable_from_database: false
config :pleroma, Pleroma.Repo, parameters: [gin_fuzzy_search_limit: "500"]
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{Mix.env()}.exs"