diff --git a/app/modules/crawler/lib/constants.ts b/app/modules/crawler/lib/constants.ts
index 1887af52f9faffc7f6a2d179b766ca26b0d1ad40..1447e942069fcfa0c1805e369a6b2e5ab60e0247 100644
--- a/app/modules/crawler/lib/constants.ts
+++ b/app/modules/crawler/lib/constants.ts
@@ -32,7 +32,7 @@ export const CrawlerConstants = {
   TEST_PEERS_INTERVAL: 10, // In seconds
   SYNC_PEERS_INTERVAL: 3, // Every 3 block average generation time
   SYNC_CHUNKS_IN_ADVANCE: 10, // We want to have that much chunks in advance when syncing
-  SYNC_MAX_FAIL_NO_NODE_FOUND: 20,
+  SYNC_MAX_FAIL_NO_NODE_FOUND: 50,
 
   DURATIONS: {
     TEN_SECONDS: 10,