mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 10:45:10 +02:00
On error, reset flag so that we dont get stuck in it
This commit is contained in:
parent
deaa7e5592
commit
8bd1496a01
@ -1502,6 +1502,7 @@ const handleSync = async function () {
|
||||
return;
|
||||
}
|
||||
catch (err) {
|
||||
hasError = false;
|
||||
console.log("Error while syncing. Retrying in 30 seconds");
|
||||
console.log("latestBlockInChain " + latestBlockInChain);
|
||||
console.log("lastBlockEvents " + lastBlockEvents);
|
||||
|
Loading…
x
Reference in New Issue
Block a user