Increase pool and timeout for preview so it catches slow media pool responses

This commit is contained in:
Mark Felder 2020-09-03 15:08:12 -05:00
parent d1e1057e22
commit b529616e11
1 changed files with 2 additions and 2 deletions

View File

@ -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,