micnews / apple-news

A Node.js client for interacting with the Apple News API :newspaper:
37 stars 24 forks source link

default timeout on https requests? #21

Open brute-force opened 5 years ago

brute-force commented 5 years ago

i couldn't find any definitive info on timeout settings - it seems like it just uses the default OS socket timeout?

ellell commented 5 years ago

@brute-force yes, there's no request timeout set explicitly currently. Happy to take a PR for enabling setting this through setup options!

brute-force commented 5 years ago

@ellell bit of a wait but done