[Clean]
This commit is contained in:
parent
6dd479982d
commit
a6c986d56b
2 changed files with 21 additions and 27 deletions
|
|
@ -258,7 +258,7 @@ impl OmegaConnection {
|
|||
break;
|
||||
}
|
||||
cloned_self.send_ping().await;
|
||||
sleep(Duration::from_secs(1)).await;
|
||||
sleep(Duration::from_secs(5)).await;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue