Skip to content

Commit 0b7c0af

Browse files
authored
Update migrating-from-mysql-with-db-archiver.md (#2511)
1 parent d747df3 commit 0b7c0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/tutorials/migrate/migrating-from-mysql-with-db-archiver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Download the db-archiver from the [release page](https://github.com/databendclou
143143
"databendTable": "{database}.my_table",
144144
"batchSize": 2,
145145
"batchMaxInterval": 30,
146-
"workers": 1,
146+
"maxThread": 1,
147147
"copyPurge": false,
148148
"copyForce": false,
149149
"disableVariantCheck": false,

0 commit comments

Comments
 (0)