mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2024-11-21 15:57:24 -06:00
Comment out LTS collecting cake stats, since we're already gathering them in the main program now. They were being dropped at the other end (beta 3 will fix that), this is just an efficiency gain in the interim.
This commit is contained in:
parent
2fd853aadc
commit
ff93d07f8e
@ -116,7 +116,7 @@ pub(crate) async fn collate_stats(comm_tx: Sender<SenderChannelMessage>) {
|
||||
let (cpu, ram) = system_stats::get_cpu_ram().await;
|
||||
|
||||
// Obtain queue stats
|
||||
let cake_stats = super::update_cake_stats().await;
|
||||
//let cake_stats = super::update_cake_stats().await;
|
||||
|
||||
|
||||
// Add to the submissions queue
|
||||
@ -144,7 +144,7 @@ pub(crate) async fn collate_stats(comm_tx: Sender<SenderChannelMessage>) {
|
||||
hosts: Some(stats_hosts),
|
||||
tree: Some(tree_entries),
|
||||
uisp_devices: None,
|
||||
cake_stats,
|
||||
cake_stats: None,
|
||||
}, comm_tx).await;
|
||||
|
||||
// Clear the collection buffer
|
||||
|
Loading…
Reference in New Issue
Block a user