You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`The following nodes are taking longer than ${Math.round(
719
-
currentDelay/second
720
-
)} seconds to initialize and may be misconfigured: ${uninitializedNodes.join(
726
+
`The following nodes are taking longer than ${currentDelaySecondsRounded} seconds to initialize and may be either misconfigured or unresponsive: ${uninitializedNodes.join(
721
727
','
722
728
)}`
723
729
);
724
730
}else{
725
731
this.logger.warn(
726
-
`Could not restore block hashes from the database within 5 seconds. There may be a database configuration or connectivity problem.`
732
+
`Could not restore block hashes from the database after ${currentDelaySecondsRounded} seconds. There may be a database configuration or connectivity problem.`
0 commit comments