github.com/pingcap/ticdc@v0.0.0-20220526033649-485a10ef2652/tests/many_pk_or_uk/config.toml (about) 1 # Importer Configuration. 2 3 log-level = "info" 4 5 worker-count = 10 6 job-count = 1000 7 batch = 10 8 9 pd = "127.0.0.1:2379" 10 11 [[source-db]] 12 host = "127.0.0.1" 13 user = "root" 14 password = "" 15 name = "test" 16 port = 4000