Skip to content

Commit

Permalink
Merge pull request #17 from iwex/master
Browse files Browse the repository at this point in the history
Update checkmail.go
  • Loading branch information
badoux authored Nov 22, 2018
2 parents d21bc33 + 804c924 commit c8e7ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkmail.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func NewSmtpError(err error) SmtpError {
}
}

const forceDisconnectAfter = time.Second * 10
const forceDisconnectAfter = time.Second * 5

var (
ErrBadFormat = errors.New("invalid format")
Expand Down

0 comments on commit c8e7ea8

Please sign in to comment.