reduce sync chunk size
This commit is contained in:
parent
08e5caef87
commit
3d5d852708
@ -321,7 +321,7 @@ from notes where %s""" % d)
|
||||
|
||||
def chunk(self):
|
||||
buf = dict(done=False)
|
||||
lim = 2500
|
||||
lim = 250
|
||||
while self.tablesLeft and lim:
|
||||
curTable = self.tablesLeft[0]
|
||||
if not self.cursor:
|
||||
|
Loading…
Reference in New Issue
Block a user