From e06041fd776da4a0b2ff836d051752ac0f089e16 Mon Sep 17 00:00:00 2001
From: Jan <rsge@web.de>
Date: Tue, 21 Mar 2023 21:02:19 +0100
Subject: [PATCH] It seems they changed the timeout back to 2 h

---
 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 2acb275..65750ec 100644
--- a/GreaterGood CTG AutoClicker.js	
+++ b/GreaterGood CTG AutoClicker.js	
@@ -5,7 +5,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.2
+// @version        2.0.3
 // @copyright      2023+, Jan G. (Rsge)
 // @license        Mozilla Public License 2.0
 // @icon           https://http-aws.greatergood.com/img/ggc/favicon-96x96.png
@@ -31,7 +31,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 = 25;
+  const INTERVAL_MINUTES = 120;
 
 
   // On button site, click button.
-- 
GitLab