Skip to content

Commit

Permalink
loosen lotd review requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
sspenst committed May 15, 2024
1 parent f75c114 commit 557b7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/level-of-day/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async function getNewLevelOfDay(key: string, gameId: GameId) {

const MIN_STEPS = 12;
const MAX_STEPS = 100;
const MIN_REVIEWS = 3;
const MIN_REVIEWS = 2;
const MIN_LAPLACE = 0.66;

const levels = await LevelModel.find<Level>({
Expand Down

0 comments on commit 557b7c1

Please sign in to comment.