mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
update chrossbeam, tracy, prometheus (and reduce server deps to crossbeam-channel)
This commit is contained in:
@ -206,7 +206,7 @@ impl<'a> System<'a> for Sys {
|
||||
incorporate_update(&mut tuple, state_update);
|
||||
}
|
||||
sys_metrics.character_behavior_ns.store(
|
||||
start_time.elapsed().as_nanos() as i64,
|
||||
start_time.elapsed().as_nanos() as u64,
|
||||
std::sync::atomic::Ordering::Relaxed,
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user