Decrease the delay from post succesful to thread update from 1s to .5s.
This commit is contained in:
parent
d0ec997182
commit
fb52b2852c
@ -2514,7 +2514,7 @@
|
|||||||
}
|
}
|
||||||
if (g.REPLY && Conf['Thread Updater'] && Conf['Auto Update This']) {
|
if (g.REPLY && Conf['Thread Updater'] && Conf['Auto Update This']) {
|
||||||
Updater.unsuccessfulFetchCount = 0;
|
Updater.unsuccessfulFetchCount = 0;
|
||||||
setTimeout(Updater.update, 1000);
|
setTimeout(Updater.update, 500);
|
||||||
}
|
}
|
||||||
QR.status();
|
QR.status();
|
||||||
return QR.resetFileInput();
|
return QR.resetFileInput();
|
||||||
|
|||||||
@ -1976,7 +1976,7 @@ QR =
|
|||||||
Unread.foresee.push postID
|
Unread.foresee.push postID
|
||||||
if g.REPLY and Conf['Thread Updater'] and Conf['Auto Update This']
|
if g.REPLY and Conf['Thread Updater'] and Conf['Auto Update This']
|
||||||
Updater.unsuccessfulFetchCount = 0
|
Updater.unsuccessfulFetchCount = 0
|
||||||
setTimeout Updater.update, 1000
|
setTimeout Updater.update, 500
|
||||||
|
|
||||||
QR.status()
|
QR.status()
|
||||||
QR.resetFileInput()
|
QR.resetFileInput()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user