Merge pull request #2025 from peterhoeg/f/batch_size

fix wrong configuration key reference
This commit is contained in:
Dirk-Jan C. Binnema
2021-06-02 22:09:52 +03:00
committed by GitHub

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}