make it 1 second

This commit is contained in:
2024-10-16 00:14:04 -04:00
Unverified
parent 3cfad53e06
commit 460717541c

View File

@@ -624,7 +624,7 @@ impl eframe::App for RealmApp {
Err(_) => break,
}
sleep(Duration::from_millis(5000)).await;
sleep(Duration::from_millis(1000)).await;
}
});
self.polling_threads.push((server.server_id.clone(), handle));