mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
high due numbers shouldn't force a full sync
This commit is contained in:
parent
beee1f10e0
commit
8c80f96314
1 changed files with 1 additions and 1 deletions
|
@ -956,7 +956,7 @@ and type=0""",
|
||||||
)
|
)
|
||||||
rowcount = self.db.scalar("select changes()")
|
rowcount = self.db.scalar("select changes()")
|
||||||
if rowcount:
|
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."
|
"Found %d new cards with a due number >= 1,000,000 - consider repositioning them in the Browse screen."
|
||||||
% rowcount
|
% rowcount
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue