high due numbers shouldn't force a full sync

This commit is contained in:
Damien Elmes 2020-03-26 09:09:11 +10:00
parent beee1f10e0
commit 8c80f96314

View file

@ -956,7 +956,7 @@ and type=0""",
)
rowcount = self.db.scalar("select changes()")
if rowcount:
problems.append(
syncable_problems.append(
"Found %d new cards with a due number >= 1,000,000 - consider repositioning them in the Browse screen."
% rowcount
)