MatrixSynapse/synapse/storage/schema/main/delta
Patrick Cloke e584534403
Use direct references for some configuration variables (part 3) (#10885)
This avoids the overhead of searching through the various
configuration classes by directly referencing the class that
the attributes are in.

It also improves type hints since mypy can now resolve the
types of the configuration variables.
2021-09-23 07:13:34 -04:00
..
12
13
14
15
16
17
18
19
20
21
22
24
25
26
27
28
29
30 Use direct references for some configuration variables (part 3) (#10885) 2021-09-23 07:13:34 -04:00
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57 Use direct references for some configuration variables (#10798) 2021-09-13 13:07:12 -04:00
58
59 Merge branch 'release-v1.37' into develop 2021-06-29 20:25:47 +01:00
60 fix ordering of bg update (#10291) 2021-07-01 18:45:55 +01:00
61 Make historical events discoverable from backfill for servers without any scrollback history (MSC2716) (#10245) 2021-07-28 10:46:37 -05:00
62 Move the sessions delta to the latest schema version. (#10725) 2021-08-31 16:38:43 +00:00
63 Add a partial index to `presence_stream` to speed up startups (#10748) 2021-09-03 17:16:56 +01:00
64 Rename MSC2716 things from `chunk` to `batch` to match `/batch_send` endpoint (#10838) 2021-09-21 15:06:28 -05:00