From 184340f4002d624d27c30c84409276bee645becb Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Sat, 5 Aug 2017 17:06:02 +0200
Subject: [PATCH] Increase delay for clearing recent notifications to prevent
 duplicates

---
 Resources/Scripts/code.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Resources/Scripts/code.js b/Resources/Scripts/code.js
index 3d2f2e99..fda7fe36 100644
--- a/Resources/Scripts/code.js
+++ b/Resources/Scripts/code.js
@@ -108,7 +108,7 @@
       recentTweetTimer = window.setTimeout(() => {
         recentTweetTimer = null;
         recentTweets.clear();
-      }, 10000);
+      }, 20000);
     };
     
     let checkRecentTweet = id => {