From 6566b8bbf42f2084154be6b41ebe190f9cf5c9b5 Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Thu, 17 Jul 2014 15:34:41 -0700 Subject: [PATCH] Correct time --- builds/appchan-x.user.js | 2 +- builds/crx/script.js | 2 +- src/General/Config.coffee | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index 52873c1fa..ef2c74a0a 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -139,7 +139,7 @@ main: { 'Miscellaneous': { 'JSON Navigation': [true, 'Use JSON for loading the Board Index and Threads. Also allows searching and sorting the board index and infinite scolling.'], - 'Update Stale Index': [true, 'Updates the board index if it hasn\'t been updated in five or more minutes when 4chan gains browser focus (like switching tabs or windows).'], + 'Update Stale Index': [true, 'Updates the board index if it hasn\'t been updated in ten or more minutes when 4chan gains browser focus (like switching tabs or windows).'], 'Catalog Links': [true, 'Add toggle link in header menu to turn Navigation links into links to each board\'s catalog.'], 'External Catalog': [false, 'Link to external catalog instead of the internal one.'], 'Desktop Notifications': [false, 'Enables desktop notifications across various appchan x features.'], diff --git a/builds/crx/script.js b/builds/crx/script.js index 62b68a696..52050e3b1 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -114,7 +114,7 @@ main: { 'Miscellaneous': { 'JSON Navigation': [true, 'Use JSON for loading the Board Index and Threads. Also allows searching and sorting the board index and infinite scolling.'], - 'Update Stale Index': [true, 'Updates the board index if it hasn\'t been updated in five or more minutes when 4chan gains browser focus (like switching tabs or windows).'], + 'Update Stale Index': [true, 'Updates the board index if it hasn\'t been updated in ten or more minutes when 4chan gains browser focus (like switching tabs or windows).'], 'Catalog Links': [true, 'Add toggle link in header menu to turn Navigation links into links to each board\'s catalog.'], 'External Catalog': [false, 'Link to external catalog instead of the internal one.'], 'Desktop Notifications': [false, 'Enables desktop notifications across various appchan x features.'], diff --git a/src/General/Config.coffee b/src/General/Config.coffee index 4bfb6bbcd..a69607194 100644 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -7,7 +7,7 @@ Config = ] 'Update Stale Index': [ true - 'Updates the board index if it hasn\'t been updated in five or more minutes when 4chan gains browser focus (like switching tabs or windows).' + 'Updates the board index if it hasn\'t been updated in ten or more minutes when 4chan gains browser focus (like switching tabs or windows).' ] 'Catalog Links': [ true