mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-02-09 21:44:15 +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;
|
twister.var.initializated = true;
|
||||||
$(".mini-profile .following-count").text(followingUsers.length-1);
|
$(".mini-profile .following-count").text(followingUsers.length-1);
|
||||||
requestLastHave();
|
requestLastHave();
|
||||||
setInterval(requestLastHave, 15000);
|
setInterval(requestLastHave, 5000); // #39
|
||||||
initMentionsCount();
|
initMentionsCount();
|
||||||
initDMsCount();
|
initDMsCount();
|
||||||
requestTimelineUpdate("latestFirstTime",postsPerRefresh,followingUsers,promotedPostsOnly);
|
requestTimelineUpdate("latestFirstTime",postsPerRefresh,followingUsers,promotedPostsOnly);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user