Skip to content

Commit

Permalink
updating timeout (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitapanw authored Jul 18, 2023
1 parent 3300c78 commit d878380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (c *Client) Initialize(filename string) error {
if c2.Timeout > 0 {
c.Timeout = c2.Timeout
} else {
c.Timeout = 90
c.Timeout = 180
}
}
if c.Timeout < 0 {
Expand Down

0 comments on commit d878380

Please sign in to comment.