Skip to content

Comments

Add timeout arg to client#16

Open
goodspark wants to merge 1 commit intozerobounce:masterfrom
goodspark:timeouts
Open

Add timeout arg to client#16
goodspark wants to merge 1 commit intozerobounce:masterfrom
goodspark:timeouts

Conversation

@goodspark
Copy link

Resolves #7

I used timedelta for the type because it's a nicer (IMO) way to specify durations, since it has self-documenting args like 'seconds' whereas as simple int or float would need additional context to clarify the unit.

Resolves zerobounce#7

I used timedelta for the type because it's a nicer (IMO) way to specify
durations, since it has self-documenting args like 'seconds' whereas as
simple int or float would need additional context to clarify the unit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adding a time out to the call to validate emails

1 participant