mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-13 19:41:02 +00:00
debounce feed polling a little to reduce CPU load when lots of messages are being sent out
This commit is contained in:
Generated
+3
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user