dendrite/keyserver/internal
Kegsay 20c8f252a7
Make 'Device list doesn't change if remote server is down' pass (#1268)
- As a last resort, query the DB when exhausting all possible remote query
  endpoints, but keep the field in `failures` so clients can detect that this
  is stale data.
- Unblock `DeviceListUpdater.Update` on failures rather than timing out.
- Use a mutex when writing directly to `res`, not just for failures.
2020-08-13 16:43:27 +01:00
..
device_list_update.go Make 'Device list doesn't change if remote server is down' pass (#1268) 2020-08-13 16:43:27 +01:00
device_list_update_test.go Fix more E2E sytests (#1265) 2020-08-12 22:43:02 +01:00
internal.go Make 'Device list doesn't change if remote server is down' pass (#1268) 2020-08-13 16:43:27 +01:00