increase waiting times for watch.js and live-index.js
This commit is contained in:
parent
4d25ca85ce
commit
169d088c50
@ -80,5 +80,5 @@ if (active_page == 'index' && (""+document.location).match(/\/(index\.html)?(\?|
|
|||||||
|
|
||||||
update_new_threads(new_threads);
|
update_new_threads(new_threads);
|
||||||
});
|
});
|
||||||
}, 500);
|
}, 2000);
|
||||||
}();
|
}();
|
||||||
|
@ -244,7 +244,7 @@ $(function(){
|
|||||||
var st = storage();
|
var st = storage();
|
||||||
|
|
||||||
var sched = 0;
|
var sched = 0;
|
||||||
var sched_diff = 100;
|
var sched_diff = 300;
|
||||||
|
|
||||||
for (var i in st) {
|
for (var i in st) {
|
||||||
if (st[i].watched) {
|
if (st[i].watched) {
|
||||||
|
Loading…
Reference in New Issue
Block a user