diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-02-20 23:52:45 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-02-20 23:52:45 +0000 |
commit | 499d9405d502474f6ab42437d436561ea63920aa (patch) | |
tree | 2d3cc264ee9536e237116e6ced0bdeb38482ad01 | |
parent | c5570e04932ee167869d7818b0707973a7c88e0b (diff) | |
parent | b6bb73f43e31cc252dd3c64a85edd9650ebbf87c (diff) | |
download | pleroma-499d9405d502474f6ab42437d436561ea63920aa.tar.gz |
Merge branch 'fix/gin-fuzzy' into 'develop'
Improve GIN full text search performance
See merge request pleroma/pleroma!2228
-rw-r--r-- | config/config.exs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index 0eff26653..641b2c867 100644 --- 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" |