Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
vusirikala committed Nov 4, 2024
1 parent e200586 commit a2459a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/transaction-generator-lib/src/workflow_delegator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ impl TransactionGenerator for WorkflowTxnGenerator {
}

sample!(
SampleRate::Duration(Duration::from_millis(250)),
SampleRate::Duration(Duration::from_secs(2)),
info!("Cur stage: {}, stage switch conditions: {:?}", stage, self.stage_switch_conditions);
);

Expand Down

0 comments on commit a2459a5

Please sign in to comment.