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
@@ -4,6 +4,7 @@ pub mod node_message;
pub mod node_types;
pub mod time;
pub mod ws_client;
pub mod ready_chunks_all;
mod assign_id;
mod dense_map;