middleground in timeout
DO BLR droplets still fail with 1s timeout!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user