Update settings.js
This commit is contained in:
parent
9a096f5888
commit
3918386aab
@ -56,12 +56,8 @@ tb_settings['wpaint'] = {
|
|||||||
tb_settings['auto-reload'] = {
|
tb_settings['auto-reload'] = {
|
||||||
// Minimum delay before reloading the page when at the bottom
|
// Minimum delay before reloading the page when at the bottom
|
||||||
min_delay_bottom: 3000,
|
min_delay_bottom: 3000,
|
||||||
// Minimum delay before reloading the page when not at the bottom
|
|
||||||
min_delay_top: 10000,
|
|
||||||
// Maximum delay before reloading the page
|
// Maximum delay before reloading the page
|
||||||
max_delay: 600000,
|
max_delay: 600000,
|
||||||
//Delay to wait before reloading when the user scrolls to the bottom
|
|
||||||
quick_delay: 100,
|
|
||||||
// Reset the delay to the minimum upon focussing the window.
|
// Reset the delay to the minimum upon focussing the window.
|
||||||
reset_focus: true
|
reset_focus: true
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user