Skip to content

Commit 873a7d1

Browse files
Merge pull request #1786 from johanrhodin/patch-27
Update configure.md
2 parents 7059e5c + fa1e26c commit 873a7d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/configure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,14 +1363,14 @@ under the `rabbit` section.
13631363
<td><code>msg_store_file_size_limit</code></td>
13641364
<td>
13651365
Message store segment file size. Changing this for a node
1366-
with an existing (initialised) database is dangerous can
1366+
with an existing (initialised) database is dangerous and can
13671367
lead to data loss!
13681368
<p>
13691369
Default: <code>16777216</code>
13701370
<pre class="lang-erlang">
13711371
{rabbit, [
13721372
%% Changing this for a node
1373-
%% with an existing (initialised) database is dangerous can
1373+
%% with an existing (initialised) database is dangerous and can
13741374
%% lead to data loss!
13751375
{msg_store_file_size_limit, 16777216}
13761376
]}

0 commit comments

Comments
 (0)