[Tarantool-patches] [PATCH 3/3] box: always reconfigure box at non-first box.cfg()

Alexander Turenko alexander.turenko at tarantool.org
Mon Jun 8 21:59:06 MSK 2020


> > +-- gh-4231: box.cfg is another function (so called <load_cfg>)
> > +-- before box is loaded. Usually a user calls box.cfg({<...>}),
> > +-- it configures box and replaces box.cfg implementation to one
> > +-- that performs box reconfiguration: so further calls to
> > +-- box.cfg({<...>}) reconfigures box.
> 
> Typo: s/reconfigures/reconfigure/.

Fixed.

> 
> > +--
> > +-- However it is possible to save box.cfg value (<load_cfg>)
> > +-- before box loading and call it after box loading: the behaviour
> > +-- should be the same as for box.cfg call: box should be
> 
> Typo: There are two colons in one sentence, so I propose simply to
> s/:/and/ the last one.

Replaced the first colon with a period.


More information about the Tarantool-patches mailing list