diff options
author | Erik Johnston <erik@matrix.org> | 2018-07-23 16:31:46 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-07-23 16:31:46 +0100 |
commit | 9f41ad491dd950058562e25045bc6ae3539ddc79 (patch) | |
tree | 3cb07ec6a145402f7661540d2779e94dffa7355b | |
parent | Fix missing attributes on workers. (diff) | |
download | synapse-9f41ad491dd950058562e25045bc6ae3539ddc79.tar.xz |
Newsfile
-rw-r--r-- | changelog.d/3582.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3582.misc b/changelog.d/3582.misc new file mode 100644 index 0000000000..2374dc0c44 --- /dev/null +++ b/changelog.d/3582.misc @@ -0,0 +1 @@ +Lazily load state on master process when using workers to reduce DB consumption |