mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-13 16:37:52 +00:00
increase requestLastHave timeout to 30 sec
This commit is contained in:
parent
73349d1529
commit
44d05dd05f
@ -75,7 +75,7 @@ var InterfaceFunctions = function() {
|
||||
twister.var.initializated = true;
|
||||
$(".mini-profile .following-count").text(followingUsers.length-1);
|
||||
requestLastHave();
|
||||
setInterval(requestLastHave, 1000);
|
||||
setInterval(requestLastHave, 30000);
|
||||
initMentionsCount();
|
||||
initDMsCount();
|
||||
requestTimelineUpdate("latestFirstTime",postsPerRefresh,followingUsers,promotedPostsOnly);
|
||||
|
Loading…
Reference in New Issue
Block a user