Skip to content

Commit

Permalink
fix learned_cnt_today
Browse files Browse the repository at this point in the history
  • Loading branch information
L-M-Sherlock committed Jun 14, 2024
1 parent c0b9608 commit 3a713b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schedule/reschedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def set_load_balance(self, did_query=None):
FROM revlog
WHERE ease > 0
AND (type < 3 OR factor != 0)
AND id >= {mw.col.sched.day_cutoff * 1000}"""
AND id/1000 >= {mw.col.sched.day_cutoff - 86400}"""
)

def set_fuzz_factor(self, cid: int, reps: int):
Expand Down

0 comments on commit 3a713b0

Please sign in to comment.