Closed Robinlovelace closed 1 year ago
Is this polling time for results? Or wait time between requests? If the latter, I would just get rid of it.
It's how long to wait before it asks for the data back. After that it asks for the data every 10s:
https://github.com/cyclestreets/cyclestreets-r/blob/86901c4e0776c12b3fda0e2cea5805a75ed16b31/R/batch.R#L157-L163
Open to suggestions of better ways to do this..
Is this polling time for results? Or wait time between requests? If the latter, I would just get rid of it.