fmt: better wording for logs
This commit is contained in:
parent
1729ec0a54
commit
5815cde38b
1 changed files with 2 additions and 2 deletions
|
@ -60,11 +60,11 @@ impl EventHandler for Handler {
|
|||
let db = db_lock.read().await;
|
||||
|
||||
loop {
|
||||
println!("User update - Start");
|
||||
println!("Update - Users - Start");
|
||||
for server_config in get_server_config_bulk(&db).await {
|
||||
normal::update_server(&ctx_task, &server_config, &[], &[]).await;
|
||||
}
|
||||
println!("User update - End");
|
||||
println!("Update - Users - End");
|
||||
tokio::time::sleep(Duration::from_secs(60 * 5)).await;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue