Closed phamann closed 2 years ago
We have recently increased the maximum result page size of the /service endpoint from 100 to 1000. Therefore, this PR bumps the size the exporter uses to fetch the serivce list to 1000 and should hopefully reduce requests to the Fastly API by 10x.
/service
1000
TL;DR
We have recently increased the maximum result page size of the
/service
endpoint from 100 to 1000. Therefore, this PR bumps the size the exporter uses to fetch the serivce list to1000
and should hopefully reduce requests to the Fastly API by 10x.