make lazy loading of headlines lazier
This commit is contained in:
parent
d1fc2f92a2
commit
507426ef6e
|
@ -2179,7 +2179,7 @@ function precache_headlines_idle() {
|
||||||
viewfeed(rf[0], '', rf[1], 0, true);
|
viewfeed(rf[0], '', rf[1], 0, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
precache_idle_timeout_id = setTimeout("precache_headlines_idle()", 5000);
|
precache_idle_timeout_id = setTimeout("precache_headlines_idle()", 1000*30);
|
||||||
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
exception_error("precache_headlines_idle", e);
|
exception_error("precache_headlines_idle", e);
|
||||||
|
|
Loading…
Reference in New Issue