Skip to content

Commit 99ed98a

Browse files
committed
remove limit
1 parent 86254e5 commit 99ed98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/redturtle/rsync/scripts/rsync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def rsync(self):
258258

259259
# last_commit = 0
260260
i = 0
261-
for row in data[:200]:
261+
for row in data:
262262
i += 1
263263
if i % 100 == 0:
264264
logger.info(f"Progress: {i}/{self.n_items}")

0 commit comments

Comments
 (0)