We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7059e5c commit fa1e26cCopy full SHA for fa1e26c
site/configure.md
@@ -1363,14 +1363,14 @@ under the `rabbit` section.
1363
<td><code>msg_store_file_size_limit</code></td>
1364
<td>
1365
Message store segment file size. Changing this for a node
1366
- with an existing (initialised) database is dangerous can
+ with an existing (initialised) database is dangerous and can
1367
lead to data loss!
1368
<p>
1369
Default: <code>16777216</code>
1370
<pre class="lang-erlang">
1371
{rabbit, [
1372
%% Changing this for a node
1373
-%% with an existing (initialised) database is dangerous can
+%% with an existing (initialised) database is dangerous and can
1374
%% lead to data loss!
1375
{msg_store_file_size_limit, 16777216}
1376
]}
0 commit comments