diff --git a/src/utils.js b/src/utils.js index 6a819282..3fa9e261 100644 --- a/src/utils.js +++ b/src/utils.js @@ -43,8 +43,8 @@ quickContextMenuCommands: false, showUnblockButton: true, tempUnblockDuration: 8000, - tempUnblockCountdownBase: 30000, - tempUnblockCountdownIncrement: 3000, + tempUnblockCountdownBase: 10000, + tempUnblockCountdownIncrement: 500, tempUnblockCountdownReset: 24 * 60 * 60 * 1000, tempUnblockCountdown: -1, tempUnblockLastAccess: -1,