diff --git a/CHANGELOG.md b/CHANGELOG.md index 6475af53d..a97f03ffe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,9 @@ ### v1.14.11 +**v1.14.11.3** *(2019-08-09)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.11.3/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.11.3/builds/4chan-X-noupdate.crx)] +- Reduce default thread updater interval from 30 seconds to 5 seconds. + **v1.14.11.2** *(2019-08-07)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.11.2/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.11.2/builds/4chan-X-noupdate.crx)] - Fix error from Catalog Links feature in native catalog when /f/ is in the custom board list. #2390 diff --git a/src/config/Config.coffee b/src/config/Config.coffee index dc613e0be..6901982b2 100644 --- a/src/config/Config.coffee +++ b/src/config/Config.coffee @@ -1153,7 +1153,7 @@ Config = false 'Increase the intervals between updates on threads without new posts.' ] - 'Interval': 30 + 'Interval': 5 customCooldown: 0 customCooldownEnabled: true