flightstats / node-insights

Submit data to New Relic Insights
7 stars 1 forks source link

increase default limit to api limit of 1000 #6

Closed wraithan closed 9 years ago

wraithan commented 9 years ago

This fixes #3. It is explained in that issue but I'll also put it here. The backend deals in larger batches better than many smaller batches. Because 1000 is the API limit the library should also use that limit.