Skip to content

Commit

Permalink
changed time to 30 minutes again
Browse files Browse the repository at this point in the history
  • Loading branch information
splican committed Oct 30, 2023
1 parent 5df625f commit 91b6c22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default class StartOverallTimeSpentTimerUseCase
);
}
this.pauseOverallTimeSpentTimerUseCase.internalExecute(this);
}, 0.1 * 1000 * 60);
}, 30 * 1000 * 60);
// 30 minuten (Lernzeitraum)
}
}

0 comments on commit 91b6c22

Please sign in to comment.