Skip to content

Commit

Permalink
feat: reset msg estimating timeout to 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZexiao committed Dec 12, 2023
1 parent e6f634e commit 064e5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const (
const (
DefaultTimeout = time.Second
SignMessageTimeout = time.Second * 3
EstimateMessageTimeout = time.Second * 5
EstimateMessageTimeout = time.Second * 30
)

type MessageServiceConfig struct {
Expand Down

0 comments on commit 064e5f7

Please sign in to comment.