forked-synapse/synapse/replication/tcp
Richard van der Hoff 05630758f2 Use static JSONEncoders
using json.dumps with custom options requires us to create a new JSONEncoder on
each call. It's more efficient to create one upfront and reuse it.
2018-03-29 23:13:33 +01:00
..
__init__.py Fix up docs 2017-03-31 11:19:24 +01:00
client.py Make workers report to master for user ip updates 2017-06-27 14:58:10 +01:00
commands.py Use static JSONEncoders 2018-03-29 23:13:33 +01:00
protocol.py Metrics for number of RDATA commands received 2018-01-15 17:45:55 +00:00
resource.py Fix some logcontext leaks in replication resource 2017-11-23 23:19:43 +00:00
streams.py Fix replication. And notify 2017-07-20 17:13:18 +01:00