Skip to content
Snippets Groups Projects
  1. Nov 13, 2020
    • Erik Johnston's avatar
      Cache event ID to auth event IDs lookups (#8752) · 4cb00d29
      Erik Johnston authored
      This should hopefully speed up `get_auth_chain_difference` a bit in the case of repeated state res on the same rooms.
      
      `get_auth_chain_difference` does a breadth first walk of the auth graphs by repeatedly looking up events' auth events. Different state resolutions on the same room will end up doing a lot of the same event to auth events lookups, so by caching them we should speed things up in cases of repeated state resolutions on the same room.
      Unverified
      4cb00d29
  2. Nov 12, 2020
    • Erik Johnston's avatar
      Enable reconnection in DB pool (#8726) · c2d4467c
      Erik Johnston authored
      `adbapi.ConnectionPool` let's you turn on auto reconnect of DB connections. This is off by default.
      As far as I can tell if its not enabled dead connections never get removed from the pool.
      
      Maybe helps #8574
      Unverified
      c2d4467c
  3. Nov 11, 2020
  4. Nov 06, 2020
  5. Nov 05, 2020
  6. Nov 04, 2020
  7. Nov 03, 2020
  8. Nov 02, 2020
  9. Oct 30, 2020
  10. Oct 29, 2020
  11. Oct 28, 2020
Loading