Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-06-17 | Disable responding with canonical json for federation | Erik Johnston | 1 | -1/+1 | |
2016-06-17 | Enable use_frozen_events in tests | Erik Johnston | 1 | -0/+1 | |
2016-06-17 | Turn use_frozen_events off by default | Erik Johnston | 1 | -1/+1 | |
2016-06-17 | Only re-sign our own events | Erik Johnston | 2 | -12/+18 | |
2016-06-17 | Fix ``KeyError: 'msgtype'``. Use ``.get`` | Mark Haines | 1 | -14/+15 | |
Fixes a key error where the mailer tried to get the ``msgtype`` of an event that was missing a ``msgtype``. ``` File "synapse/push/mailer.py", line 264, in get_notif_vars File "synapse/push/mailer.py", line 285, in get_message_vars File ".../frozendict/__init__.py", line 10, in __getitem__ return self.__dict[key] KeyError: 'msgtype' ``` | |||||
2016-06-17 | Fix setting gc thresholds in the workers | Mark Haines | 2 | -2/+4 | |
2016-06-16 | Use worker_ prefixes for worker config, use existing support for multiple ↵ | Mark Haines | 5 | -79/+33 | |
config files | |||||
2016-06-16 | Access the event_cache_size directly from the server object. | Mark Haines | 5 | -21/+10 | |
This means that the workers can override the event_cache_size directly without clobbering the value in the main synapse config. | |||||
2016-06-16 | Access replication_url from the worker config directly | Mark Haines | 3 | -8/+6 | |
2016-06-16 | Comment on what's going on in clobber_with_worker_config | Mark Haines | 1 | -1/ |