From c35a5796aa574ac0b83fd625110bf74701fe2c6e Mon Sep 17 00:00:00 2001
From: Jan <rsge@web.de>
Date: Mon, 13 Mar 2023 07:41:04 +0100
Subject: [PATCH] Reduced idle time to 25 mins

Seems like you can click even earlier now - once it was once per day, then it was once very 2 h, now every ca. 23 mins.
To be save I increased set it to 25 mins.
---
 GreaterGood-CTG-AutoClicker.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/GreaterGood-CTG-AutoClicker.js b/GreaterGood-CTG-AutoClicker.js
index 7a58b02..01c467b 100644
--- a/GreaterGood-CTG-AutoClicker.js
+++ b/GreaterGood-CTG-AutoClicker.js
@@ -4,7 +4,7 @@
 // @description    Automatically clicks through all the buttons on all subsites of the GreaterGood ClickToGive program every two hours.
 // @description:de Klickt sich automatisch alle zwei Std. durch alle Buttons auf allen Seiten des GreaterGood-ClickToGive-Programms.
 
-// @version        2.0.0
+// @version        2.0.1
 // @copyright      2023+, Jan G. (Rsge)
 // @license        Mozilla Public License 2.0
 // @icon           https://http-aws.greatergood.com/img/ggc/favicon-96x96.png
@@ -30,7 +30,7 @@
   // Max amount of seconds to wait before clicking button
   const MAX_RANDOM_TO_CLICK_SECONDS = 3;
   // Minutes between possible click-throughs
-  const INTERVAL_MINUTES = 120;
+  const INTERVAL_MINUTES = 25;
 
 
   // On button site, click button.
-- 
GitLab