logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 499d9405d502474f6ab42437d436561ea63920aa
parent: c5570e04932ee167869d7818b0707973a7c88e0b
Author: Haelwenn <contact+git.pleroma.social@hacktivis.me>
Date:   Thu, 20 Feb 2020 23:52:45 +0000

Merge branch 'fix/gin-fuzzy' into 'develop'

Improve GIN full text search performance

See merge request pleroma/pleroma!2228

Diffstat:

Mconfig/config.exs2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/config/config.exs b/config/config.exs @@ -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"