github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/tests/integration_tests/resolve_lock/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