fix wrong configuration key reference

This commit is contained in:
Peter Hoeg 2021-06-01 15:13:50 +08:00
parent 672d57fe5d
commit 5f2e72776a
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ config_options_group_init ()
&MU_CONFIG.max_msg_size, "Maximum allowed size for messages",
"<size-in-bytes>"},
{"batch-size", 0, 0, G_OPTION_ARG_INT,
&MU_CONFIG.max_msg_size,
&MU_CONFIG.batch_size,
"Number of changes in a database transaction batch",
"<number>"},
{NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL}