Browse Source

add Table to TransBranchOp

pull/152/head
yedf2 4 years ago
parent
commit
d5f7cf70d4
  1. 2
      conf.sample.yml

2
conf.sample.yml

@ -31,7 +31,7 @@
# MaxIdleConns: 500
# ConnMaxLifeTime 5 # default value is 5 (minutes)
# TransGlobalTable: 'dtm.trans_global'
# TransBranchOp: 'dtm.trans_branch_op'
# TransBranchOpTable: 'dtm.trans_branch_op'
### flollowing config is only for some Driver
# DataExpire: 604800 # Trans data will expire in 7 days. only for redis/boltdb.

Loading…
Cancel
Save