mu-config: cosmetic
This commit is contained in:
@ -102,7 +102,7 @@ public:
|
|||||||
Flags::Configurable,
|
Flags::Configurable,
|
||||||
"batch-size",
|
"batch-size",
|
||||||
"50000",
|
"50000",
|
||||||
"Number of changes in a database transaction"
|
"Maximum number of changes in a database transaction"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Id::Contacts,
|
Id::Contacts,
|
||||||
@ -216,7 +216,7 @@ public:
|
|||||||
*/
|
*/
|
||||||
static Option<const Property&> property(const std::string& name) {
|
static Option<const Property&> property(const std::string& name) {
|
||||||
const auto pname{std::string_view(name.data(), name.size())};
|
const auto pname{std::string_view(name.data(), name.size())};
|
||||||
for(auto&& prop: properties)
|
for (auto&& prop: properties)
|
||||||
if (prop.name == pname)
|
if (prop.name == pname)
|
||||||
return prop;
|
return prop;
|
||||||
return Nothing;
|
return Nothing;
|
||||||
|
|||||||
Reference in New Issue
Block a user