summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-03-02 09:22:34 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-03-02 09:22:34 +0300
commit2622cf1190fe8e6ec9145a8cd2538a56889aa7e2 (patch)
tree8d3cdd28fb2e452f8851e841f9cee1aea0cc0ecb
parentd9e4b77f8be8249b428a7ef1448c9a2161dee88a (diff)
downloadpleroma-2622cf1190fe8e6ec9145a8cd2538a56889aa7e2.tar.gz
pleroma-2622cf1190fe8e6ec9145a8cd2538a56889aa7e2.zip
returning repo parameters
-rw-r--r--config/config.exs5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/config.exs b/config/config.exs
index 159aa6398..82012dc10 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -49,8 +49,7 @@ config :pleroma, ecto_repos: [Pleroma.Repo]
config :pleroma, Pleroma.Repo,
types: Pleroma.PostgresTypes,
telemetry_event: [Pleroma.Repo.Instrumenter],
- migration_lock: nil,
- parameters: [gin_fuzzy_search_limit: "500"]
+ migration_lock: nil
config :pleroma, Pleroma.Captcha,
enabled: true,
@@ -603,6 +602,8 @@ config :pleroma, :modules, runtime_dir: "instance/modules"
config :pleroma, configurable_from_database: false
+config :pleroma, Pleroma.Repo, parameters: [gin_fuzzy_search_limit: "500"]
+
config :pleroma, :connections_pool,
receive_connection_timeout: 250,
max_connections: 250,