mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2024-11-22 08:16:25 -06:00
Update network_json.rs
This commit is contained in:
parent
21b1f4d24b
commit
b4619da030
@ -53,7 +53,7 @@ fn traverse_sites(
|
||||
);
|
||||
entry.insert(
|
||||
"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 {
|
||||
|
Loading…
Reference in New Issue
Block a user