Skip to content

Commit

Permalink
feat: Decrease default header timeout to 30 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyodar committed May 23, 2024
1 parent 6715e95 commit aef12c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/safeclient/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const (
BLOCK_CHUNK_SIZE = 2000
BLOCK_MAX_RANGE = 10000
LOG_RESUB_INTERVAL = 5 * time.Minute
HEADER_TIMEOUT = 1 * time.Minute
HEADER_TIMEOUT = 30 * time.Second
)

type SafeClient interface {
Expand Down

0 comments on commit aef12c7

Please sign in to comment.