Skip to content
Snippets Groups Projects
user avatar
Olga Arkhangelskaia authored
box.cfg() updates only those options that have actually changed.
However, for replication it is not always true: box.cfg{replication = x}
and box.cfg{replication = {x}} are treated differently, and as
the result - replication is restarted. The patch fixes such behaviour.

Closes #3711
3de37476
History
Name Last commit Last update