Skip to content

Commit 23c0740

Browse files
committed
copy-all-script: increase batch size
1 parent 15e2501 commit 23c0740

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/copy-all-script

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def main():
1616
srcPort = 7156
1717
dstPort = 7155
1818

19-
listKeysBatchSize = 2
19+
listKeysBatchSize = 300
2020

2121

2222

@@ -57,7 +57,7 @@ def main():
5757
print("total put count:", putCount)
5858

5959
lastKey = listKeysReply.keys[-1]
60-
print("total put count:", putCount)
60+
print("Done. total put count:", putCount)
6161

6262
def testHealth(stub, label):
6363
try:

0 commit comments

Comments
 (0)