diff --git a/core_js/storage.js b/core_js/storage.js index 65f73ec..49c128f 100644 --- a/core_js/storage.js +++ b/core_js/storage.js @@ -199,7 +199,7 @@ function initSettings() { storage.historyListenerEnabled = true; storage.localHostsSkipping = true; storage.referralMarketing = false; - storage.logLimit = -1; + storage.logLimit = 100; storage.domainBlocking = true; storage.pingBlocking = true; storage.eTagFiltering = true;