Have sessions expire.

This commit is contained in:
2025-04-10 23:56:16 -04:00
parent 93b881bf6a
commit ebc1e42d2c
2 changed files with 151 additions and 14 deletions

View File

@ -5,7 +5,7 @@ use std::{
time::Duration,
};
const SLEEP_FOR: Duration = Duration::from_millis(1000);
const SLEEP_FOR: Duration = Duration::from_secs(1);
pub struct Clock {
queue: Queue,