Skip to content

Commit 0c9b97d

Browse files
committed
Remove wrong information about not running box.cfg{}
Resolves #1012
1 parent b23b03b commit 0c9b97d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

doc/reference/reference_lua/box_cfg.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,6 @@ default settings to all the parameters:
106106
107107
The first call to ``box.cfg{...}`` (with or without parameters) initiates
108108
Tarantool's database module :ref:`box <box-module>`.
109-
Before Tarantool 2.0, you needed to call ``box.cfg{...}`` prior to performing
110-
any database operations.
111-
Now you can start working with the database outright, without calling
112-
``box.cfg{...}``. In this case, Tarantool initiates the database module and
113-
applies default settings, as if you said ``box.cfg{}`` (without parameters).
114109

115110
``box.cfg{...}`` is also the command that reloads
116111
:ref:`persistent data files <index-box_persistence>` into RAM upon restart

0 commit comments

Comments
 (0)