https://issues.dlang.org/show_bug.cgi?id=166

--- Comment #3 from Dlang Bot <[email protected]> ---
dlang/dlang-bot pull request #271 "Fixes so far" was merged into master:

- e4775e9412f288818d94efe5f7a9f3baf4f8e3a3 by Vladimir Panteleev:
  Cache GitHub API requests

  Cache hits do not count against the API rate-limit, so it is always
  beneficial to do so.

  The caching code is reused from
  https://github.com/CyberShadow/DAutoTest/blob/master/github.d and
  https://github.com/CyberShadow/ae/blob/next/net/github/rest.d, though
  it omits the redirect handling code (which is also added in the
  following commit).

  Fixes #166.

https://github.com/dlang/dlang-bot/pull/271

--

Reply via email to