Skip to content

Commit f16adf0

Browse files
yes i meant to type 30 ffs
1 parent 04ef7ae commit f16adf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/src/systems/keep_alive_system.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ impl System for KeepAliveSystem {
8787
error!("Error sending keep alive packet: {}", e);
8888
};
8989
// TODO, this should be configurable as some people may have bad network so the clients may end up disconnecting from the server moments before the keep alive is sent
90-
tokio::time::sleep(tokio::time::Duration::from_secs(39)).await;
90+
tokio::time::sleep(tokio::time::Duration::from_secs(30)).await;
9191
}
9292
}
9393

0 commit comments

Comments
 (0)