Closed mbojan closed 5 years ago
...
is passed through to while_oai()
so i think the user can configure this themselves. or do you think we need more than ...
?
I think ...
should be enough in most cases. I vaguely recall that at some point I was getting some errors and thought it was because I was making to many request too quickly, hence the second bullet above. However I think the problem was somewhere else in the end.
I believe we can close this one.
ok, thanks, closing
Extracted from #17.
Internet-related errors, like timeouts etc. They are thrown by
httr::GET
, which is used in several places, but most importantly inwhile_oai
, which is the core oflist_* functions
.httr::GET
(passing additional arguments throughhttr::config
while_oai
.