Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Mar 2, 2016
1 parent 67ab114 commit ace629e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sharding-jdbc-doc/content/post/soft_transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ weight = 5
| ---------------------------------- |:------------------------------------------:| ---------:| ----------------------------------------------------------------:|
| syncMaxDeliveryTryTimes | int | 3 | 同步的事务送达的最大尝试次数 |
| asyncMaxDeliveryTryTimes | int | 3 | 异步的事务送达的最大尝试次数 |
| asyncMaxDeliveryTryDelayMillis | long | 60000 | 执行异步送达事务的延迟毫秒数。早于此间隔时间的入库事务才会被异步作业执行 |
| stroageType | enum | DATABASE | 事务日志存储类型。可选值: DATABASE, MEMORY。使用DATABASE类型将自动建表 |
| transactionLogDataSource | DataSource | null | 存储事务日志的数据源 |
| nestedJob | boolean | false | 是否使用内嵌的作业处理异步事务送达 |
Expand Down

0 comments on commit ace629e

Please sign in to comment.