Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit a2f5061

Browse files
committed
Reduce makeDoneByTimeout SyncManager watcher delay to 2 seconds
1 parent aa6e7d8 commit a2f5061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethereumj-core/src/main/java/org/ethereum/sync/SyncManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ void initRegularSync(EthereumListener.SyncState syncDoneType) {
186186
} catch (Exception e) {
187187
logger.error("Unexpected", e);
188188
}
189-
}, 0, 10, TimeUnit.SECONDS);
189+
}, 0, 2, TimeUnit.SECONDS);
190190
}
191191
}
192192

0 commit comments

Comments
 (0)