Skip to content

Commit

Permalink
fixed final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anvesh-singh committed Oct 9, 2024
1 parent 4faf493 commit b20dd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion background.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let timerInterval;
let startTime;
let elapsedTime = 0;
let isTimerRunning = false;
const firstIntervalDuration = 0.1667 * 60 * 1000; // 20 minutes in milliseconds
const firstIntervalDuration = 20 * 60 * 1000; // 20 minutes in milliseconds
const secondIntervalDuration = 20 * 1000; // 20 seconds for break

// Start timer
Expand Down

0 comments on commit b20dd00

Please sign in to comment.