lower log level
This commit is contained in:
parent
3eec828f1b
commit
fc2ce9bacc
@ -115,7 +115,7 @@ impl Web3Connections {
|
|||||||
|
|
||||||
drop(receiver);
|
drop(receiver);
|
||||||
|
|
||||||
// TODO: what interval?
|
// TODO: what interval? follow a websocket instead?
|
||||||
let mut interval = interval(Duration::from_secs(13));
|
let mut interval = interval(Duration::from_secs(13));
|
||||||
interval.set_missed_tick_behavior(MissedTickBehavior::Delay);
|
interval.set_missed_tick_behavior(MissedTickBehavior::Delay);
|
||||||
|
|
||||||
@ -129,7 +129,7 @@ impl Web3Connections {
|
|||||||
// TODO: every time a head_block arrives (maybe with a small delay), or on the interval.
|
// TODO: every time a head_block arrives (maybe with a small delay), or on the interval.
|
||||||
interval.tick().await;
|
interval.tick().await;
|
||||||
|
|
||||||
info!("http interval ready");
|
trace!("http interval ready");
|
||||||
|
|
||||||
// errors are okay. they mean that all receivers have been dropped
|
// errors are okay. they mean that all receivers have been dropped
|
||||||
let _ = sender.send(());
|
let _ = sender.send(());
|
||||||
|
Loading…
Reference in New Issue
Block a user