1786107433

This commit is contained in:
2026-08-07 14:57:13 +02:00
parent 099ba0f222
commit 4b6ae55b7d
2 changed files with 1 additions and 23 deletions

View File

@@ -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));
}
});
}