diff options
author | Matthew Wild <mwild1@gmail.com> | 2020-03-12 16:10:44 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2020-03-12 16:10:44 +0000 |
commit | 818722afb83b3c61c49e75fae338a4140414f84f (patch) | |
tree | 1fadd0b39333962ace31e865682d5878e48add75 /plugins/mod_pubsub/mod_pubsub.lua | |
parent | 64bb781dfec9b44618da58991aab292b1e360be1 (diff) | |
download | prosody-818722afb83b3c61c49e75fae338a4140414f84f.tar.gz prosody-818722afb83b3c61c49e75fae338a4140414f84f.zip |
MUC: Switch to new storage format by default
Changing the default setting of `new_muc_storage_format` from false to true.
The code supports reading both formats since 0.11, but servers with MUCs stored
using the new format will not be able to downgrade to 0.10 or earlier.
The new format is clearer (less nesting for the most commonly-accessed data),
and combined with the new map-store methods, allows for some operations to become
more efficient (such as finding out which MUCs on a service a given user is affiliated
with).
Diffstat (limited to 'plugins/mod_pubsub/mod_pubsub.lua')
0 files changed, 0 insertions, 0 deletions