Skip to content
Snippets Groups Projects
  1. Jul 06, 2020
  2. Jul 05, 2020
    • Will Hunt's avatar
      isort 5 compatibility (#7786) · 62b1ce85
      Will Hunt authored
      The CI appears to use the latest version of isort, which is a problem when isort gets a major version bump. Rather than try to pin the version, I've done the necessary to make isort5 happy with synapse.
      62b1ce85
  3. Jul 03, 2020
  4. Jul 02, 2020
  5. Jul 01, 2020
  6. Jun 30, 2020
  7. Jun 26, 2020
  8. Jun 25, 2020
  9. 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.=
      0e0a2817
    • Sorunome's avatar
  10. Jun 23, 2020
  11. Jun 22, 2020
Loading