File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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} ;
You can’t perform that action at this time.
0 commit comments