Skip to content

Commit

Permalink
core: decrease unlock countdown
Browse files Browse the repository at this point in the history
  • Loading branch information
danny0838 committed Mar 24, 2024
1 parent 714398a commit e98a42f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e98a42f

Please sign in to comment.