Browse Source

Merge pull request #251 from guoyizhi/main

fix conf.sample.yml
pull/253/head
yedf2 4 years ago
committed by GitHub
parent
commit
83155be039
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      conf.sample.yml

2
conf.sample.yml

@ -29,7 +29,7 @@
### following config is for only Driver postgres/mysql ### following config is for only Driver postgres/mysql
# MaxOpenConns: 500 # MaxOpenConns: 500
# MaxIdleConns: 500 # MaxIdleConns: 500
# ConnMaxLifeTime 5 # default value is 5 (minutes) # ConnMaxLifeTime: 5 # default value is 5 (minutes)
# TransGlobalTable: 'dtm.trans_global' # TransGlobalTable: 'dtm.trans_global'
# TransBranchOpTable: 'dtm.trans_branch_op' # TransBranchOpTable: 'dtm.trans_branch_op'

Loading…
Cancel
Save