Skip to content

Commit fca113b

Browse files
author
Yi Wu
committed
fix conflict
Signed-off-by: Yi Wu <yiwu@pingcap.com>
1 parent b6d67e6 commit fca113b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

etc/config-template.toml

+1-5
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,13 @@
3939
## It won't take effect when compiling without BCC_IOSNOOP=1.
4040
# enable-io-snoop = true
4141

42-
<<<<<<< HEAD
43-
# Configurations for the single thread pool serving read requests.
44-
=======
4542
## Use abort when TiKV panic. By default TiKV will use _exit() on panic, in that case
4643
## core dump file will not be generated, regardless of system settings.
4744
## If this config is enabled, core dump files needs to be cleanup to avoid disk space
4845
## being filled up.
4946
# abort-on-panic = false
5047

51-
## Configurations for the single thread pool serving read requests.
52-
>>>>>>> 421e6e068... *: Add `abort-on-panic` config (#10164)
48+
# Configurations for the single thread pool serving read requests.
5349
[readpool.unified]
5450
## The minimal working thread count of the thread pool.
5551
# min-thread-count = 1

0 commit comments

Comments
 (0)