diff options
author | Dan Gudmundsson <[email protected]> | 2019-08-09 15:31:33 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2019-08-09 15:31:33 +0200 |
commit | 60f33aa91d8f701e56450fdceb5580b0cf99dcd7 (patch) | |
tree | 5fb92b0c419c00c033670816cd5a2e2a605d6ff3 /lib/mnesia | |
parent | 88acd34993e88d90463c45e7453e121acae890e5 (diff) | |
parent | 0b7e07068720b93b4fa5672bdaced5cddc0f781b (diff) | |
download | otp-60f33aa91d8f701e56450fdceb5580b0cf99dcd7.tar.gz otp-60f33aa91d8f701e56450fdceb5580b0cf99dcd7.tar.bz2 otp-60f33aa91d8f701e56450fdceb5580b0cf99dcd7.zip |
Merge branch 'maint'
* maint:
Correct dump_log_write_threshold default value
Diffstat (limited to 'lib/mnesia')
-rw-r--r-- | lib/mnesia/doc/src/Mnesia_chap7.xmlsrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mnesia/doc/src/Mnesia_chap7.xmlsrc b/lib/mnesia/doc/src/Mnesia_chap7.xmlsrc index ffbbdadec0..968e89a745 100644 --- a/lib/mnesia/doc/src/Mnesia_chap7.xmlsrc +++ b/lib/mnesia/doc/src/Mnesia_chap7.xmlsrc @@ -295,7 +295,7 @@ ok</pre> if the log is large. Notice that the <c>Mnesia</c> system continues to operate during log dumps.</p> <p>By default <c>Mnesia</c> either dumps the log whenever - 100 records have + 1000 records have been written in the log or when three minutes have passed. This is controlled by the two application parameters <c>-mnesia dump_log_write_threshold WriteOperations</c> and |