X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=6fc84efc2abae11b90bc31620b1f93b93435f185;hb=80c21100db306ce45856bbdb97d3439676babeeb;hp=458d3a99ab0b90cd66e18bcf6d9fca5e65708eb8;hpb=8939ff39e4b7fba1bc0af0e235979a7a789fa262;p=akkoma diff --git a/config/config.exs b/config/config.exs index 458d3a99a..6fc84efc2 100644 --- a/config/config.exs +++ b/config/config.exs @@ -498,8 +498,7 @@ config :pleroma, Pleroma.User, config :pleroma, Oban, repo: Pleroma.Repo, - verbose: false, - prune: {:maxlen, 1500}, + log: false, queues: [ activity_expiration: 10, federator_incoming: 50, @@ -706,6 +705,8 @@ config :tzdata, :http_client, Pleroma.HTTP.Tzdata config :ex_aws, http_client: Pleroma.HTTP.ExAws +config :pleroma, :instances_favicons, enabled: false + # 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"