From c4c95918bf5e202f7baf98ca9b3898242922e320 Mon Sep 17 00:00:00 2001 From: Nitromelon Date: Mon, 27 May 2024 19:10:05 +0800 Subject: [PATCH] Fix wrong parameter order. (#2040) --- lib/src/ConfigLoader.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/ConfigLoader.cc b/lib/src/ConfigLoader.cc index ea82c688..6f9d269c 100644 --- a/lib/src/ConfigLoader.cc +++ b/lib/src/ConfigLoader.cc @@ -584,8 +584,8 @@ static void loadDbClients(const Json::Value &dbClients) user, password, connNum, - name, filename, + name, isFast, characterSet, timeout,