summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2021-06-01 15:13:50 +0800
committerPeter Hoeg <peter@hoeg.com>2021-06-01 15:13:50 +0800
commit5f2e72776a669ae7e3ec405c3835d1aba93fcaf9 (patch)
tree28283c52536ffe4f1c130536f978b72a443e97e5
parent672d57fe5d1a1dc40143b08ae8dc0309e2e4313c (diff)
fix wrong configuration key reference
-rw-r--r--mu/mu-config.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu/mu-config.cc b/mu/mu-config.cc
index a9ec0f8..bfa3ecf 100644
--- a/mu/mu-config.cc
+++ b/mu/mu-config.cc
@@ -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}