middleground in timeout

DO BLR droplets still fail with 1s timeout!
This commit is contained in:
Girish Ramakrishnan
2024-10-31 10:07:11 +01:00
parent 2df983a1cf
commit 4a207395ca
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ async function setupLogging() {
// happy eyeballs workaround. see box.js for detailed note
async function setupNetworking() {
net.setDefaultAutoSelectFamilyAttemptTimeout(1000);
net.setDefaultAutoSelectFamilyAttemptTimeout(2500);
}
// this is also used as the 'uncaughtException' handler which can only have synchronous functions