Longer timeout for orphaned file cleanup

pull/27/head^2
Scott Nonnenberg 7 years ago
parent 5e5fa13719
commit 8edfbdcee5

@ -524,7 +524,7 @@ async function callChannel(name) {
setTimeout(
() => reject(new Error(`callChannel call to ${name} timed out`)),
5000
DATABASE_UPDATE_TIMEOUT
);
});
}

Loading…
Cancel
Save