From d5f7cf70d4ada3e6275f93a34637d59bdf358559 Mon Sep 17 00:00:00 2001 From: yedf2 <120050102@qq.com> Date: Mon, 3 Jan 2022 12:22:40 +0800 Subject: [PATCH] add Table to TransBranchOp --- conf.sample.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.sample.yml b/conf.sample.yml index 807d582..31ba6d5 100644 --- a/conf.sample.yml +++ b/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.