Skip to content

Commit 1747318

Browse files
committed
Minor fine tuning of some default parameters
1 parent b79052d commit 1747318

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/js/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const µBlock = (( ) => { // jshint ignore:line
4141
autoCommentFilterTemplate: '{{date}} {{origin}}',
4242
autoUpdateAssetFetchPeriod: 120,
4343
autoUpdateDelayAfterLaunch: 180,
44-
autoUpdatePeriod: 7,
44+
autoUpdatePeriod: 4,
4545
benchmarkDatasetURL: 'unset',
4646
blockingProfiles: '11111/#F00 11010/#C0F 11001/#00F 00001',
4747
cacheStorageAPI: 'unset',

src/js/static-net-filtering.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3437,7 +3437,7 @@ FilterContainer.prototype.freeze = function() {
34373437
this.optimizeTimerId = self.requestIdleCallback(( ) => {
34383438
this.optimizeTimerId = undefined;
34393439
this.optimize();
3440-
}, { timeout: 10000 });
3440+
}, { timeout: 5000 });
34413441

34423442
log.info(`staticNetFilteringEngine.freeze() took ${Date.now()-t0} ms`);
34433443
};

0 commit comments

Comments
 (0)