Increase backstop queue timeouts across the app
This commit is contained in:
parent
c28313bd0c
commit
4568527232
16 changed files with 47 additions and 23 deletions
|
@ -2292,7 +2292,7 @@ export function initialize({
|
|||
// Upload stickers
|
||||
const queue = new PQueue({
|
||||
concurrency: 3,
|
||||
timeout: 1000 * 60 * 2,
|
||||
timeout: durations.MINUTE * 30,
|
||||
throwOnTimeout: true,
|
||||
});
|
||||
await Promise.all(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue