Skip to content

Commit

Permalink
chore: update match timer
Browse files Browse the repository at this point in the history
  • Loading branch information
tvillegas98 committed Dec 5, 2024
1 parent 52566d7 commit ac701ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/arena/lib/arena/matchmaking/deathmatch_mode.ex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Arena.Matchmaking.DeathmatchMode do

# 3 Mins
# TODO: add this to the configurator https://github.com/lambdaclass/mirra_backend/issues/985
@match_duration 20_000
@match_duration 180_000
@respawn_time 5000

# Time to wait to start game with any amount of clients
Expand Down

0 comments on commit ac701ad

Please sign in to comment.