Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
increase candle count
Browse files Browse the repository at this point in the history
  • Loading branch information
edd committed Feb 26, 2024
1 parent eac0555 commit ee45966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/check.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { subHours, formatISO } from 'date-fns'
// Statistics to pull from the `statistics` property of the result and put on each node
const statsWeCareAbout = ['blockHeight', 'totalPeers']
const intervalHours = 1
const candleCount = 24
const candleCount = 36
const timestamp = formatISO(subHours(new Date(), (candleCount * intervalHours) + 1))

// This query runs against all nodes and is the basis for the data comparison
Expand Down

0 comments on commit ee45966

Please sign in to comment.