From: Mark Felder Date: Thu, 3 Sep 2020 20:08:12 +0000 (-0500) Subject: Increase pool and timeout for preview so it catches slow media pool responses X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=b529616e110b3d487f1f2c462791ceabe8f1baf3;p=akkoma Increase pool and timeout for preview so it catches slow media pool responses --- diff --git a/config/config.exs b/config/config.exs index d691753bd..b92d3ccbb 100644 --- a/config/config.exs +++ b/config/config.exs @@ -760,8 +760,8 @@ config :pleroma, :pools, ], preview: [ size: 50, - max_waiting: 10, - timeout: 10_000 + max_waiting: 20, + timeout: 15_000 ], upload: [ size: 25,