From: Andrew Dolgov Date: Mon, 19 Dec 2005 19:27:49 +0000 (+0100) Subject: change feedlist refresh timeout from 30 to 15 minutes X-Git-Tag: schema_freeze_for_1.1.1~23 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d2afdfa09f86ac4f73b82b88175a09e4a124ab42;p=tt-rss.git change feedlist refresh timeout from 30 to 15 minutes --- diff --git a/tt-rss.js b/tt-rss.js index 6178ea3d..7a776a23 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -225,7 +225,7 @@ function viewfeed(feed, skip, subop) { function timeout() { scheduleFeedUpdate(false); - setTimeout("timeout()", 1800*1000); + setTimeout("timeout()", 900*1000); } function resetSearch() {