mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-14 08:58:05 +00:00
reduce requestLastHave interval / 2 #39
This commit is contained in:
parent
f8046cbce0
commit
397278509b
@ -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, 30000);
|
setInterval(requestLastHave, 15000);
|
||||||
initMentionsCount();
|
initMentionsCount();
|
||||||
initDMsCount();
|
initDMsCount();
|
||||||
requestTimelineUpdate("latestFirstTime",postsPerRefresh,followingUsers,promotedPostsOnly);
|
requestTimelineUpdate("latestFirstTime",postsPerRefresh,followingUsers,promotedPostsOnly);
|
||||||
|
Loading…
Reference in New Issue
Block a user