Skip to content
Snippets Groups Projects
  1. Jul 01, 2020
  2. Jun 30, 2020
  3. Jun 26, 2020
  4. Jun 25, 2020
  5. Jun 24, 2020
    • Erik Johnston's avatar
      Yield during large v2 state res. (#7735) · 0e0a2817
      Erik Johnston authored
      State res v2 across large data sets can be very CPU intensive, and if
      all the relevant events are in the cache the algorithm will run from
      start to finish within a single reactor tick. This can result in
      blocking the reactor tick for several seconds, which can have major
      repercussions on other requests.
      
      To fix this we simply add the occaisonal `sleep(0)` during iterations to
      yield execution until the next reactor tick. The aim is to only do this
      for large data sets so that we don't impact otherwise quick resolutions.=
      Unverified
      0e0a2817
    • Sorunome's avatar
  6. Jun 23, 2020
  7. Jun 22, 2020
  8. Jun 19, 2020
  9. Jun 18, 2020
  10. Jun 17, 2020
  11. Jun 16, 2020
  12. Jun 15, 2020
Loading