Update 'config/config.exs'
This commit is contained in:
parent
6a99514b79
commit
d71b25c27a
@ -23,13 +23,21 @@ config :pleroma, :media_proxy,
|
||||
redirect_on_failure: true
|
||||
#base_url: "https://cache.pleroma.social"
|
||||
|
||||
config :pleroma, :dangerzone, override_repo_pool_size: true
|
||||
config :pleroma, Pleroma.Repo,
|
||||
adapter: Ecto.Adapters.Postgres,
|
||||
username: "root",
|
||||
password: "sql",
|
||||
database: "pleroma",
|
||||
hostname: "postgresql",
|
||||
pool_size: 10
|
||||
pool_size: 20,
|
||||
queue_target: 4000,
|
||||
queue_interval: 8000,
|
||||
timeout: 120_000,
|
||||
prepare: :named,
|
||||
parameters: [
|
||||
plan_cache_mode: "force_custom_plan"
|
||||
]
|
||||
|
||||
# Configure web push notifications
|
||||
config :web_push_encryption, :vapid_details,
|
||||
|
Loading…
Reference in New Issue
Block a user