mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
aquatic_ws: add some fixme comments, update ValidUntil time
This commit is contained in:
parent
ddef44fb91
commit
f1a20b0c8c
2 changed files with 4 additions and 4 deletions
|
|
@ -124,7 +124,7 @@ pub fn run_socket_worker(
|
|||
poll.poll(&mut events, Some(poll_timeout))
|
||||
.expect("failed polling");
|
||||
|
||||
let valid_until = ValidUntil::new(600); // FIXME: config
|
||||
let valid_until = ValidUntil::new(180); // FIXME: config
|
||||
|
||||
for event in events.iter(){
|
||||
let token = event.token();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue