summarylogtreecommitdiffstats
path: root/tidb.toml
diff options
context:
space:
mode:
authorXuanwo2018-12-07 10:52:31 +0800
committerXuanwo2018-12-07 10:52:31 +0800
commitcb8555bccfab20befb18e6f9a16918561f728f26 (patch)
tree6204a39d433afb21e96ec2890b0399b1cf376924 /tidb.toml
parent0ea24411f41017786373a6216c5e8b462af2d9cc (diff)
downloadaur-cb8555bccfab20befb18e6f9a16918561f728f26.tar.gz
Bump to version 2.1.0
Diffstat (limited to 'tidb.toml')
-rw-r--r--tidb.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/tidb.toml b/tidb.toml
index 5481b49237a7..c73b5782d271 100644
--- a/tidb.toml
+++ b/tidb.toml
@@ -227,9 +227,8 @@ grpc-keepalive-timeout = 3
commit-timeout = "41s"
[binlog]
-
-# Socket file to write binlog.
-binlog-socket = ""
+# enable to write binlog.
+enable = false
# WriteTimeout specifies how long it will wait for writing binlog to pump.
write-timeout = "15s"