Skip to content

Commit

Permalink
Merge pull request #374 from ipfs-force-community/feat/reset-msg-esti…
Browse files Browse the repository at this point in the history
…mating-timeout-to-30s

feat: reset msg estimating timeout to 30s
  • Loading branch information
simlecode committed Dec 12, 2023
2 parents e6f634e + 064e5f7 commit a6bebfc
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 a6bebfc

Please sign in to comment.