diff --git a/app/modules/crawler/lib/sync/P2PSyncDownloader.ts b/app/modules/crawler/lib/sync/P2PSyncDownloader.ts index 7e6641ad7c89b7692d4d92821ea346c879338d36..474973635c43248f72bdf8b3569f286d14250c4c 100644 --- a/app/modules/crawler/lib/sync/P2PSyncDownloader.ts +++ b/app/modules/crawler/lib/sync/P2PSyncDownloader.ts @@ -66,7 +66,7 @@ export class P2PSyncDownloader implements ISyncDownloader { node.tta = 1; node.nbSuccess = 0; if (node.host.match(/^(localhost|192|127)/)) { - node.excluded = true + node.tta = this.MAX_DELAY_PER_DOWNLOAD } return node; })())