xjlgod commented on code in PR #805: URL: https://github.com/apache/incubator-seata-go/pull/805#discussion_r2061269034
########## 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: why should we change the visbility -- 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