Skip to content

Commit

Permalink
Merge pull request #121 from rsksmart/feature/explorer-api-v2
Browse files Browse the repository at this point in the history
fix: update static syncer status check interval
  • Loading branch information
ezequiel-rodriguez authored Dec 21, 2023
2 parents 388436d + d2e691e commit 24ab783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { txPoolService } from './txPool'
import { saveInitialTip } from '../lib/servicesUtils'

const confirmationsThreshold = 120
const staticSyncerCheckInterval = 20000 // 6h
const staticSyncerCheckInterval = 21600000 // 6h

async function main () {
await (Setup({ log: Logger('[services-setup]') })).start()
Expand Down

0 comments on commit 24ab783

Please sign in to comment.