We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5fdbe7 commit 9d7f746Copy full SHA for 9d7f746
mysql_ch_replicator/db_replicator.py
@@ -93,7 +93,7 @@ class DbReplicator:
93
BINLOG_TOUCH_INTERVAL = 120
94
95
DATA_DUMP_INTERVAL = 1
96
- DATA_DUMP_BATCH_SIZE = 10000
+ DATA_DUMP_BATCH_SIZE = 100000
97
98
READ_LOG_INTERVAL = 1
99
0 commit comments