Skip to content

0.6.27 - Updated Rate Limiting Behavior

Compare
Choose a tag to compare
@Kyusung4698 Kyusung4698 released this 08 May 14:59
· 135 commits to master since this release
c4c297c

0.6.27 (2020-05-08)

  • updated rate limiting behavior (#678)
    • accounts for external requests as well (e.g. done through the website)
    • checks current limit with a single request before sending
      multiple requests if current limit is stale
    • fails instantly if rate is limited
    • fails after 10s if rate is still reached
  • fixed search triggered after changing filter if initial search is off (#682)
  • fixed corrupted weapons unable to parse (#684, #688)