From c4fd370d3f3628c90707bf7fb4c5ef86e344cea9 Mon Sep 17 00:00:00 2001 From: topkek Date: Sun, 28 Sep 2014 20:25:07 +0100 Subject: [PATCH] Update settings.js --- js/settings.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/settings.js b/js/settings.js index fcc8f508..81e88f7a 100644 --- a/js/settings.js +++ b/js/settings.js @@ -58,6 +58,8 @@ tb_settings['auto-reload'] = { min_delay_bottom: 5000, // Maximum delay before reloading the page max_delay: 600000, + // Delay if there was an error + error_delay: 30000, // Reset the delay to the minimum upon focussing the window. reset_focus: true };