forked from AkkomaGang/akkoma
Increase pool and timeout for preview so it catches slow media pool responses
This commit is contained in:
parent
d1e1057e22
commit
b529616e11
1 changed files with 2 additions and 2 deletions
|
@ -760,8 +760,8 @@
|
|||
],
|
||||
preview: [
|
||||
size: 50,
|
||||
max_waiting: 10,
|
||||
timeout: 10_000
|
||||
max_waiting: 20,
|
||||
timeout: 15_000
|
||||
],
|
||||
upload: [
|
||||
size: 25,
|
||||
|
|
Loading…
Reference in a new issue