debounce feed polling a little to reduce CPU load when lots of messages are being sent out

This commit is contained in:
James Wilson
2021-07-21 12:06:22 +01:00
parent cca1df2e21
commit 999d8ff0bd
5 changed files with 140 additions and 13 deletions
+1
View File
@@ -14,6 +14,7 @@ hex = "0.4.3"
http = "0.2.4"
log = "0.4"
num-traits = "0.2"
pin-project-lite = "0.2.7"
primitive-types = { version = "0.9.0", features = ["serde"] }
rustc-hash = "1.1.0"
serde = { version = "1.0", features = ["derive"] }