We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c1b18 commit 11c8a25Copy full SHA for 11c8a25
src/rust/lqos_python/src/lib.rs
@@ -373,7 +373,7 @@ fn use_bin_packing_to_balance_cpu() -> PyResult<bool> {
373
let config = lqos_config::load_config().unwrap();
374
Ok(config.queues.use_binpacking)
375
}
376
-https://github.com/LibreQoE/LibreQoS/pull/564
+
377
#[pyfunction]
378
fn monitor_mode_only() -> PyResult<bool> {
379
@@ -701,4 +701,4 @@ pub fn get_libreqos_directory() -> PyResult<String> {
701
702
pub fn is_network_flat() -> PyResult<bool> {
703
Ok(lqos_config::NetworkJson::load().unwrap().get_nodes_when_ready().len() == 1)
704
-}
+}
0 commit comments