Longer timeout for orphaned file cleanup
This commit is contained in:
parent
5e5fa13719
commit
8edfbdcee5
1 changed files with 1 additions and 1 deletions
|
@ -524,7 +524,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…
Add table
Add a link
Reference in a new issue