Skip to content

Commit

Permalink
Update number of hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumplation committed Aug 16, 2024
1 parent 666fe8c commit 2a1336e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -498,8 +498,8 @@ <h4 class="block__heading">Hydra Head Live Txs</h4>
<div class="message" id="message">
<div>
<p>
For this tech-demo we have 40 hydra heads, which can
support 400 concurrent players, and we've reached that
For this tech-demo we have 65 hydra heads, which can
support 325 concurrent players, and we've reached that
limit.
</p>
<p>
Expand Down Expand Up @@ -991,14 +991,14 @@ <h3>Secrets</h3>
"doom1.wad",
"doom1.wad",
true,
true
true,
);
Module.FS.createPreloadedFile(
"",
"default.cfg",
"default.cfg",
true,
true
true,
);
},
printErr: (text) => {
Expand All @@ -1013,7 +1013,7 @@ <h3>Secrets</h3>
alert("WebGL context lost. You will need to reload the page.");
e.preventDefault();
},
false
false,
);
return canvas;
})(),
Expand Down

0 comments on commit 2a1336e

Please sign in to comment.