mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-02-04 11:04:29 +00:00
reduce requestLastHave interval to 5 seconds #39
This commit is contained in:
parent
397278509b
commit
a768eb72e3
@ -75,7 +75,7 @@ var InterfaceFunctions = function() {
|
||||
twister.var.initializated = true;
|
||||
$(".mini-profile .following-count").text(followingUsers.length-1);
|
||||
requestLastHave();
|
||||
setInterval(requestLastHave, 15000);
|
||||
setInterval(requestLastHave, 5000); // #39
|
||||
initMentionsCount();
|
||||
initDMsCount();
|
||||
requestTimelineUpdate("latestFirstTime",postsPerRefresh,followingUsers,promotedPostsOnly);
|
||||
|
Loading…
x
Reference in New Issue
Block a user