From 5841bf3bf673a18687b42c4fd65747f3a8784846 Mon Sep 17 00:00:00 2001 From: Gustaw Lippa <34194983+gustawlippa@users.noreply.github.com> Date: Tue, 31 May 2022 12:05:42 +0200 Subject: Correct default for dump_log_write_threshold --- lib/mnesia/doc/src/mnesia.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/mnesia/doc/src') diff --git a/lib/mnesia/doc/src/mnesia.xml b/lib/mnesia/doc/src/mnesia.xml index b79398f302..78a404fde6 100644 --- a/lib/mnesia/doc/src/mnesia.xml +++ b/lib/mnesia/doc/src/mnesia.xml @@ -2955,7 +2955,7 @@ raise(Name, Amount) ->

-mnesia dump_log_write_threshold Max. Max is an integer that specifies the maximum number of writes allowed to the transaction log before - a new dump of the log is performed. Default is 100 + a new dump of the log is performed. Default is 1000 log writes.

-- cgit v1.2.1