mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Update network_json.rs
This commit is contained in:
parent
21b1f4d24b
commit
b4619da030
@ -53,7 +53,7 @@ fn traverse_sites(
|
|||||||
);
|
);
|
||||||
entry.insert(
|
entry.insert(
|
||||||
"uploadBandwidthMbps".to_string(),
|
"uploadBandwidthMbps".to_string(),
|
||||||
serde_json::Value::Number(sites[idx].max_down_mbps.into()),
|
serde_json::Value::Number(sites[idx].max_up_mbps.into()),
|
||||||
);
|
);
|
||||||
|
|
||||||
if depth < 10 {
|
if depth < 10 {
|
||||||
|
Loading…
Reference in New Issue
Block a user