mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 19:08:04 +01:00
Increase backstop queue timeouts across the app
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user