We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b23b03b commit 0c9b97dCopy full SHA for 0c9b97d
doc/reference/reference_lua/box_cfg.rst
@@ -106,11 +106,6 @@ default settings to all the parameters:
106
107
The first call to ``box.cfg{...}`` (with or without parameters) initiates
108
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).
114
115
``box.cfg{...}`` is also the command that reloads
116
:ref:`persistent data files <index-box_persistence>` into RAM upon restart
0 commit comments