DC writer floor is below required only in runtime

This commit is contained in:
Alexey
2026-03-05 16:32:31 +03:00
parent 64130dd02e
commit a80be78345
3 changed files with 35 additions and 9 deletions
+4
View File
@@ -1051,6 +1051,10 @@ async fn main() -> std::result::Result<(), Box<dyn std::error::Error>> {
);
info!("============================================================");
if let Some(ref pool) = me_pool {
pool.set_runtime_ready(true);
}
// Background tasks
let um_clone = upstream_manager.clone();
let decision_clone = decision.clone();