Increase pool and timeout for preview so it catches slow media pool responses
This commit is contained in:
parent
d1e1057e22
commit
b529616e11
@ -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…
Reference in New Issue
Block a user