Longer timeout for orphaned file cleanup

pull/19/head
Scott Nonnenberg 7 years ago
parent e8983ea4a4
commit 655d9d1222

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

Loading…
Cancel
Save