Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Commit

Permalink
chore(model.probes.ts): change model readiness window to 4 (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored Jan 31, 2022
1 parent a634b60 commit bb8d951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.model/_model.probes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class ModelProbeIndicator extends ProbeIndicator {
return this.withDead('model', 'synced blocks are undefined', details)
}

if (index + 10 <= defid) {
if (index + 4 <= defid) {
return this.withDead('model', 'synced blocks are more than 10 blocks behind', details)
}

Expand Down

0 comments on commit bb8d951

Please sign in to comment.