mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-13 16:37:52 +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;
|
||||
$(".mini-profile .following-count").text(followingUsers.length-1);
|
||||
requestLastHave();
|
||||
setInterval(requestLastHave, 30000);
|
||||
setInterval(requestLastHave, 15000);
|
||||
initMentionsCount();
|
||||
initDMsCount();
|
||||
requestTimelineUpdate("latestFirstTime",postsPerRefresh,followingUsers,promotedPostsOnly);
|
||||
|
Loading…
Reference in New Issue
Block a user