mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Add p-queue timeouts; fix search crash; improve promise rejection logging
This commit is contained in:
committed by
Josh Perez
parent
9f9ce91a9c
commit
bc3b61db1d
@@ -83,7 +83,10 @@ async function main() {
|
||||
dependencyNames,
|
||||
getMarkdownForDependency,
|
||||
// Without this, we may run into "too many open files" errors.
|
||||
{ concurrency: 100 }
|
||||
{
|
||||
concurrency: 100,
|
||||
timeout: 1000 * 60 * 2,
|
||||
}
|
||||
);
|
||||
|
||||
const unformattedOutput = [
|
||||
|
||||
Reference in New Issue
Block a user