ChatGPT Codex 5.5 xhigh refactored even more
This commit is contained in:
@@ -895,7 +895,7 @@ pub fn run() {
|
||||
log::info!("Peer system initialized successfully with games directory");
|
||||
|
||||
// Wait a moment for local game database to be loaded before starting discovery
|
||||
tokio::time::sleep(tokio::time::Duration::from_millis(2000)).await;
|
||||
tokio::time::sleep(tokio::time::Duration::from_secs(2)).await;
|
||||
|
||||
// Start peer discovery and request games from other peers
|
||||
if let Err(e) = request_games(state).await {
|
||||
|
||||
Reference in New Issue
Block a user