Skip to content

Commit

Permalink
1 minute in main lobby
Browse files Browse the repository at this point in the history
  • Loading branch information
keldaan-ag committed Aug 23, 2024
1 parent e5ff64a commit 24732a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/rooms/custom-lobby-room.ts
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ export default class CustomLobbyRoom extends Room<LobbyState> {
this.clients.forEach((c) => {
if (
c.userData.joinedAt &&
c.userData.joinedAt < Date.now() - 300000
c.userData.joinedAt < Date.now() - 60000
) {
//logger.info("force deconnection of user", c.id)
c.leave()
Expand Down

0 comments on commit 24732a9

Please sign in to comment.