vipyrsec / dragonfly-client-rs

Dragonfly client written in Rust
https://docs.vipyrsec.com/dragonfly-client-rs/dragonfly_client_rs/
MIT License
4 stars 2 forks source link

Remove `wait_duration` from configuration #56

Closed Robin5605 closed 1 year ago

Robin5605 commented 1 year ago

Remove the wait_duration field from the configuration in app_config.rs as this is no longer used. It's a leftover from when we had an internal deque each thread would poll, but that has since been ripped out and this configuration option has been rendered useless.

We should also update the documentation in README.md to remove this