Closed mteam88 closed 1 year ago
I am getting errors like: ERROR artemis_core::engine: error receiving event: channel lagged by 91 consistently when using LogCollector and a slow Strategy
ERROR artemis_core::engine: error receiving event: channel lagged by 91
I believe this is explained here: https://docs.rs/tokio/latest/src/tokio/sync/broadcast.rs.html
I checked out the code and found that you can't configure the channel size: https://github.com/paradigmxyz/artemis/blob/0b04eed4ad5c288becdbbd7e83a0a65c42abbfaf/crates/artemis-core/src/engine.rs#L61
I propose an option to change this on creation.
I am getting errors like:
ERROR artemis_core::engine: error receiving event: channel lagged by 91
consistently when using LogCollector and a slow StrategyI believe this is explained here: https://docs.rs/tokio/latest/src/tokio/sync/broadcast.rs.html
I checked out the code and found that you can't configure the channel size: https://github.com/paradigmxyz/artemis/blob/0b04eed4ad5c288becdbbd7e83a0a65c42abbfaf/crates/artemis-core/src/engine.rs#L61
I propose an option to change this on creation.