Skip to content

Commit

Permalink
reduce requestLastHave interval / 2 #39
Browse files Browse the repository at this point in the history
  • Loading branch information
d47081 committed Jul 10, 2022
1 parent f8046cb commit 3972785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/interface_home.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3972785

Please sign in to comment.