From 397278509b88273bc116f81a0b89fc61ce05946c Mon Sep 17 00:00:00 2001 From: d47081 Date: Sun, 10 Jul 2022 18:15:45 +0300 Subject: [PATCH] reduce requestLastHave interval / 2 #39 --- js/interface_home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/interface_home.js b/js/interface_home.js index 1068996..a92e0c1 100644 --- a/js/interface_home.js +++ b/js/interface_home.js @@ -75,7 +75,7 @@ var InterfaceFunctions = function() { twister.var.initializated = true; $(".mini-profile .following-count").text(followingUsers.length-1); requestLastHave(); - setInterval(requestLastHave, 30000); + setInterval(requestLastHave, 15000); initMentionsCount(); initDMsCount(); requestTimelineUpdate("latestFirstTime",postsPerRefresh,followingUsers,promotedPostsOnly);