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
+3 -2
View File
@@ -214,6 +214,7 @@ dependencies = [
"http",
"log",
"num-traits",
"pin-project-lite",
"primitive-types",
"rustc-hash",
"serde",
@@ -1084,9 +1085,9 @@ dependencies = [
[[package]]
name = "pin-project-lite"
version = "0.2.6"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
[[package]]
name = "pin-utils"