Have sessions expire.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user