Skip to content

Commit

Permalink
initial repetition backoff exponent should be 0
Browse files Browse the repository at this point in the history
Closes #38
  • Loading branch information
BenWestgate authored Jun 5, 2024
1 parent a7ce00a commit 7b1389f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bails/.local/bin/spaced-repetition
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ check_passphrase() {
# Initialize variables
min_interval=5
interval=30 # initial value
exp=1
exp=0
enter='Enter'
sleep $interval
while true; do
Expand Down

0 comments on commit 7b1389f

Please sign in to comment.