Skip to content

Commit

Permalink
Update pipe.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuv6vvyv authored Feb 9, 2025
1 parent 77cf72f commit 3d5a817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipe.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
let pipes = [];

// Constants to limit complexity.
const MAX_PIPE_COUNT = 1500; // Maximum count of fully grown pipes.
const MAX_PIPE_COUNT = 2700; // Maximum count of fully grown pipes.
const PIPE_LIFECYCLE = 300000; // 5 minutes.

// PipeSegment class.
Expand Down

0 comments on commit 3d5a817

Please sign in to comment.