github.com/pingcap/br@v5.3.0-alpha.0.20220125034240-ec59c7b6ce30+incompatible/docker/config/tidb.toml (about)

     1  # Run ddl worker on this tidb-server.
     2  run-ddl = true
     3  
     4  # Schema lease duration, very dangerous to change only if you know what you do.
     5  lease = "360s"
     6  
     7  # When create table, split a separated region for it. It is recommended to
     8  # turn off this option if there will be a large number of tables created.
     9  split-table = true