reduce sync chunk size

This commit is contained in:
Damien Elmes 2014-10-19 16:58:26 +09:00
parent 08e5caef87
commit 3d5d852708

View File

@ -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: