mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 12:51:28 +00:00
tweak catchup_callback
This commit is contained in:
@@ -22,11 +22,11 @@ function catchup_callback() {
|
||||
if (xmlhttp_rpc.readyState == 4) {
|
||||
try {
|
||||
debug("catchup_callback");
|
||||
if (_catchup_callback_func) {
|
||||
setTimeout(_catchup_callback_func, 100);
|
||||
}
|
||||
notify("");
|
||||
all_counters_callback();
|
||||
if (_catchup_callback_func) {
|
||||
setTimeout(_catchup_callback_func, 10);
|
||||
}
|
||||
} catch (e) {
|
||||
exception_error("catchup_callback", e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user