From 2578c0fb651dd9633a88175e0472c82cff7d1973 Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 21 Aug 2014 01:16:25 -0400 Subject: [PATCH] minor edit --- js/background.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/background.js b/js/background.js index ea077578f..64b197542 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',