Skip to content

Commit

Permalink
inc threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
friendlymatthew committed Feb 27, 2024
1 parent b077680 commit c95ef0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h2>Results</h2>
resultsElement.appendChild(resultDiv);
}

for (let i = 0; i < 1; i++) {
for (let i = 0; i < 10; i++) {
await appendResult();
}
document.getElementById("execute").disabled = false;
Expand Down

0 comments on commit c95ef0a

Please sign in to comment.