diff options
author | gorhill <rhill@raymondhill.net> | 2014-08-21 01:16:25 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2014-08-21 01:16:25 -0400 |
commit | 2578c0fb651dd9633a88175e0472c82cff7d1973 (patch) | |
tree | 819b98e00d9d0665d7c215f583bb13dde6985737 /js | |
parent | e95fa11e537bb03d475c68ea50ceee7c0c96bf12 (diff) | |
download | uBlock-2578c0fb651dd9633a88175e0472c82cff7d1973.zip uBlock-2578c0fb651dd9633a88175e0472c82cff7d1973.tar.gz uBlock-2578c0fb651dd9633a88175e0472c82cff7d1973.tar.bz2 |
minor edit
Diffstat (limited to 'js')
-rw-r--r-- | js/background.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/background.js b/js/background.js index ea07757..64b1975 100644 --- a/js/background.js +++ b/js/background.js @@ -53,8 +53,8 @@ return { allowedRequestCount: 0 }, - // EasyList, EasyPrivacy and many others have an update frequency - // of 4 days, as per list headers. + // EasyList, EasyPrivacy and many others have an 4-day update period, + // as per list headers. updateAssetsEvery: 75 * oneHour + 23 * oneMinute + 53 * oneSecond + 605, projectServerRoot: 'https://raw.githubusercontent.com/gorhill/uBlock/master/', userFiltersPath: 'assets/user/filters.txt', |