Skip to content

Commit

Permalink
Update lib/src/session.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Walters (cee-dub) <[email protected]>
  • Loading branch information
acw and cee-dub authored Aug 13, 2024
1 parent 5e33c12 commit b63eef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pub struct Session {
downstream_client_addr: SocketAddr,
/// The IP address and port that received this session.
downstream_server_addr: SocketAddr,
/// The amount of time we've spent on this session in ms.
/// The amount of time we've spent on this session in microseconds.
pub active_cpu_time_us: Arc<AtomicU64>,
/// The compliance region that this request was received in.
///
Expand Down

0 comments on commit b63eef1

Please sign in to comment.