Просмотр исходного кода

Apply database session parameter to improve GIN full text search

rate-limiter-compile-time-and-runtime-settings-mix-with-increased-complexity
Mark Felder 4 лет назад
Родитель
Сommit
b6bb73f43e
1 измененных файлов: 2 добавлений и 0 удалений
  1. +2
    -0
      config/config.exs

+ 2
- 0
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"

Загрузка…
Отмена
Сохранить