1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

disable SYNC_COUNTERS option

This commit is contained in:
Andrew Dolgov
2009-01-16 16:37:42 +01:00
parent f55b0b12aa
commit bd090ab42e
4 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -623,7 +623,7 @@ function request_counters() {
// if (getInitParam("sync_counters") == "1" ||
// timestamp - counters_last_request > 10) {
if (timestamp - counters_last_request > 5) {
if (timestamp - counters_last_request > 10) {
debug("scheduling request of counters...");
window.setTimeout("request_counters_real()", 1000);
counters_last_request = timestamp;