Skip to content

Commit

Permalink
tick down to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
coachchucksol committed Feb 24, 2025
1 parent 00a3bdd commit c665c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/keeper/keeper_metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub async fn emit_heartbeat(tick: u64, metrics_only: bool) {
pub async fn emit_ncn_metrics(handler: &CliHandler, tick: u64) -> Result<()> {
emit_ncn_metrics_epoch_slot(handler).await?;

if tick % 10 == 0 {
if tick % 3 == 0 {
emit_ncn_metrics_tickets(handler).await?;
emit_ncn_metrics_vault_operator_delegation(handler).await?;
emit_ncn_metrics_operators(handler).await?;
Expand Down

0 comments on commit c665c58

Please sign in to comment.