Skip to content

Commit

Permalink
15 minute games again
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumplation committed Dec 10, 2024
1 parent 2835b52 commit d4ea435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion referee/referee.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ for(let i = 0; i < 5; i++) {

// Log a new game or player joined transaction if we see it
let timeout = 60_000;
let timer = 3 * 60 * 1000; // 15 minute timer
let timer = 15 * 60 * 1000; // 15 minute timer
hydra.onTxSeen = () => {
timeout = 60_000;
};
Expand Down

0 comments on commit d4ea435

Please sign in to comment.