flypiggyyoyoyo commented on code in PR #805:
URL: 
https://github.com/apache/incubator-seata-go/pull/805#discussion_r2061922769


##########
pkg/saga/statemachine/engine/core/default_statemachine_config.go:
##########
@@ -35,14 +41,18 @@ const (
 
 type DefaultStateMachineConfig struct {
        // Configuration
-       transOperationTimeout           int
-       serviceInvokeTimeout            int
-       charset                         string
-       defaultTenantId                 string
-       sagaRetryPersistModeUpdate      bool
-       sagaCompensatePersistModeUpdate bool
-       sagaBranchRegisterEnable        bool
-       rmReportSuccessEnable           bool
+       TransOperationTimeout           int      
`json:"trans_operation_timeout" yaml:"trans_operation_timeout"`

Review Comment:
   This is unsafe and my oversight. I will modify the visibility and remove the 
tags. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org
For additional commands, e-mail: notifications-h...@seata.apache.org

Reply via email to