1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 02:05:56 +00:00

force refetching feeds on timeout update

This commit is contained in:
Andrew Dolgov
2005-08-22 12:18:03 +01:00
parent 829396cca2
commit 5d348feec2

View File

@@ -159,7 +159,7 @@ function view(id,feed_id) {
function timeout() {
updateFeedList(true);
updateFeedList(true, true);
setTimeout("timeout()", 1800*1000);