aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
diff options
context:
space:
mode:
Diffstat (limited to 'view/js')
-rw-r--r--view/js/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js
index 338141921..8e369f62a 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -1600,7 +1600,7 @@ const autoExpand = (function () {
async function autoExpand(id) {
const loading = document.getElementById('like-rotator-' + id);
- const maxIterations = 10;
+ const maxIterations = 3;
clickedElements.clear();
try {