mirror of https://github.com/Chocobozzz/PeerTube
increase waitJobs pendingJobs timeout to 2000
parent
e76d578414
commit
1de1d05f4c
|
@ -58,7 +58,7 @@ async function waitJobs (serversArg: ServerInfo[] | ServerInfo) {
|
|||
|
||||
// Retry, in case of new jobs were created
|
||||
if (pendingRequests === false) {
|
||||
await wait(1000)
|
||||
await wait(2000)
|
||||
|
||||
await Promise.all(tasks)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue