mirror of
https://github.com/telemt/telemt.git
synced 2026-06-19 02:00:08 +07:00
DC writer floor is below required only in runtime
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user