aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--script.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/script.js b/script.js
index 62154b5..e3ab6e7 100644
--- a/script.js
+++ b/script.js
@@ -22,7 +22,7 @@ let depth = 0;
let canceled = false;
const cancelReduction = () => {
if (depth > MAX && !canceled) {
- MAX *= 4;
+ MAX **= 1.5;
if (
!confirm(
`This takes awfully long (${depth} steps!). The reduction potentially won't converge. Do you want to continue?\nWarning: This might crash your browser!`,