projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3eddd9c
)
Apply database session parameter to improve GIN full text search
author
Mark Felder
<feld@FreeBSD.org>
Thu, 20 Feb 2020 21:34:10 +0000
(15:34 -0600)
committer
Mark Felder
<feld@FreeBSD.org>
Thu, 20 Feb 2020 21:34:10 +0000
(15:34 -0600)
config/config.exs
patch
|
blob
|
history
diff --git
a/config/config.exs
b/config/config.exs
index 0eff26653a895775f8678daedd773da277169c99..641b2c8673dfd56ef854d71a6e5e02d26c93ceda 100644
(file)
--- 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"