Skip to content

Commit 9d7f746

Browse files
committed
Increased batch size
1 parent f5fdbe7 commit 9d7f746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql_ch_replicator/db_replicator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class DbReplicator:
9393
BINLOG_TOUCH_INTERVAL = 120
9494

9595
DATA_DUMP_INTERVAL = 1
96-
DATA_DUMP_BATCH_SIZE = 10000
96+
DATA_DUMP_BATCH_SIZE = 100000
9797

9898
READ_LOG_INTERVAL = 1
9999

0 commit comments

Comments
 (0)