From e98a42fc262c9b712730fc234b48509211cfccc4 Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Sun, 24 Mar 2024 18:00:04 +0800 Subject: [PATCH] core: decrease unlock countdown --- src/utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,