Browse Source

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

media-preview-proxy
Mark Felder 3 years ago
parent
commit
b529616e11
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      config/config.exs

+ 2
- 2
config/config.exs 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,


Loading…
Cancel
Save