Browse Source

Update settings.js

pull/18/head
topkek czaks 9 years ago
parent
commit
c4fd370d3f
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      js/settings.js

+ 2
- 0
js/settings.js View File

@@ -58,6 +58,8 @@ tb_settings['auto-reload'] = {
min_delay_bottom: 5000, min_delay_bottom: 5000,
// Maximum delay before reloading the page // Maximum delay before reloading the page
max_delay: 600000, max_delay: 600000,
// Delay if there was an error
error_delay: 30000,
// 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…
Cancel
Save