mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 10:05:58 +00:00
change feedlist refresh timeout from 30 to 15 minutes
This commit is contained in:
@@ -225,7 +225,7 @@ function viewfeed(feed, skip, subop) {
|
|||||||
|
|
||||||
function timeout() {
|
function timeout() {
|
||||||
scheduleFeedUpdate(false);
|
scheduleFeedUpdate(false);
|
||||||
setTimeout("timeout()", 1800*1000);
|
setTimeout("timeout()", 900*1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
function resetSearch() {
|
function resetSearch() {
|
||||||
|
|||||||
Reference in New Issue
Block a user