1786107433
This commit is contained in:
@@ -229,7 +229,7 @@ fn spawn_poll_loop(
|
||||
std::thread::spawn(move || {
|
||||
loop {
|
||||
fetch_once(&client, &state, &weak);
|
||||
std::thread::sleep(std::time::Duration::from_secs(5));
|
||||
std::thread::sleep(std::time::Duration::from_secs(30));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user