Skip to content

Commit

Permalink
configure logger
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed May 6, 2024
1 parent f60e9f2 commit e4bb528
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ csv = "1.3.0"
dashmap = "5.5.3"

tonic-health = "0.10.2"
regex = "1.10.4"

[dev-dependencies]
tracing-subscriber = "0.3.16"
Expand Down
2 changes: 1 addition & 1 deletion examples/stream_token_accounts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ pub async fn main() {
}
}
info!("Total owner x mint entries in cache map: {}", total);
sleep(Duration::from_millis(50)).await;
sleep(Duration::from_millis(1500)).await;
}

});
Expand Down

0 comments on commit e4bb528

Please sign in to comment.