mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Undoes the cadence "fix" - that deadlocks the UI under high load. Makes the branch safe again while we find a proper solution.
This commit is contained in:
parent
1c1fda7434
commit
0af3ab3b72
@ -238,7 +238,7 @@ impl NetworkJson {
|
|||||||
/// doing so will provide valid data.
|
/// doing so will provide valid data.
|
||||||
pub fn get_nodes_when_ready(&self) -> &Vec<NetworkJsonNode> {
|
pub fn get_nodes_when_ready(&self) -> &Vec<NetworkJsonNode> {
|
||||||
//log::warn!("Awaiting the network tree");
|
//log::warn!("Awaiting the network tree");
|
||||||
atomic_wait::wait(&self.busy, 1);
|
//atomic_wait::wait(&self.busy, 1);
|
||||||
//log::warn!("Acquired");
|
//log::warn!("Acquired");
|
||||||
&self.nodes
|
&self.nodes
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user