Skip to content

Commit

Permalink
Set default delay for creating selfie to 3 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed May 18, 2019
1 parent 5a0039d commit 3cf7183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const µBlock = (function() { // jshint ignore:line
manualUpdateAssetFetchPeriod: 500,
popupFontSize: 'unset',
requestJournalProcessPeriod: 1000,
selfieAfter: 11,
selfieAfter: 3,
strictBlockingBypassDuration: 120,
suspendTabsUntilReady: 'unset',
userResourcesLocation: 'unset'
Expand Down

0 comments on commit 3cf7183

Please sign in to comment.