Skip to content

Commit

Permalink
adjust new accounts schedule to not intersect with completed txns
Browse files Browse the repository at this point in the history
  • Loading branch information
bragov4ik committed Dec 24, 2024
1 parent 81503b6 commit e2632cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats/config/update_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"new_blocks_group": "0 0 8 * * * *",
"txns_fee_group": "0 0 7 * * * *",
"txns_success_rate_group": "0 0 19 * * * *",
"new_accounts_group": "0 0 5 * * * *",
"new_accounts_group": "0 0 4 * * * *",
"new_contracts_group": "0 20 */3 * * * *",
"new_txns_group": "0 10 */3 * * * *",
"new_verified_contracts_group": "0 30 */3 * * * *",
Expand Down

0 comments on commit e2632cd

Please sign in to comment.