Skip to content

Commit

Permalink
reduce sync chunk size
Browse files Browse the repository at this point in the history
  • Loading branch information
dae committed Oct 19, 2014
1 parent 08e5cae commit 3d5d852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anki/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def cursorForTable(self, table):

def chunk(self):
buf = dict(done=False)
lim = 2500
lim = 250
while self.tablesLeft and lim:
curTable = self.tablesLeft[0]
if not self.cursor:
Expand Down

0 comments on commit 3d5d852

Please sign in to comment.