Change default logLimit to 100

#475
This commit is contained in:
Kevin Röbert 2020-04-27 23:57:35 +02:00
parent 9fbf5a839a
commit caca49b712

View File

@ -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;