mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Server: do not break remote videos processing on error
This commit is contained in:
@@ -152,8 +152,6 @@ function makeRequests () {
|
||||
return
|
||||
}
|
||||
|
||||
logger.info('Making requests to friends.')
|
||||
|
||||
// We want to group requests by destinations pod and endpoint
|
||||
const requestsToMakeGrouped = {}
|
||||
Object.keys(requests).forEach(function (toPodId) {
|
||||
@@ -176,6 +174,8 @@ function makeRequests () {
|
||||
})
|
||||
})
|
||||
|
||||
logger.info('Making requests to friends.', { requests: requestsToMakeGrouped })
|
||||
|
||||
const goodPods = []
|
||||
const badPods = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user