forked from AkkomaGang/akkoma
Merge branch 'fix/gin-fuzzy' into 'develop'
Improve GIN full text search performance See merge request pleroma/pleroma!2228
This commit is contained in:
commit
499d9405d5
1 changed files with 2 additions and 0 deletions
|
@ -617,6 +617,8 @@
|
||||||
|
|
||||||
config :pleroma, configurable_from_database: false
|
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
|
# Import environment specific config. This must remain at the bottom
|
||||||
# of this file so it overrides the configuration defined above.
|
# of this file so it overrides the configuration defined above.
|
||||||
import_config "#{Mix.env()}.exs"
|
import_config "#{Mix.env()}.exs"
|
||||||
|
|
Loading…
Reference in a new issue