-
Rhys Arkins authored
Renovate will cache the results body of any paginated results from GitHub, such as list of Pull Requests or release tags. Then, after receiving the first page of results in future, Renovate will compare the received eTag with the cached eTag and if they match then it will return the cached results instead of querying them again via the GitHub API. The benefits should be two-fold: - Reduce the number of API calls required to GitHub - Reduce the time taken to retrieve such results
Rhys Arkins authoredRenovate will cache the results body of any paginated results from GitHub, such as list of Pull Requests or release tags. Then, after receiving the first page of results in future, Renovate will compare the received eTag with the cached eTag and if they match then it will return the cached results instead of querying them again via the GitHub API. The benefits should be two-fold: - Reduce the number of API calls required to GitHub - Reduce the time taken to retrieve such results