diff --git a/js/interface_home.js b/js/interface_home.js index 30718eb..1068996 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, 1000); + setInterval(requestLastHave, 30000); initMentionsCount(); initDMsCount(); requestTimelineUpdate("latestFirstTime",postsPerRefresh,followingUsers,promotedPostsOnly);