max-output-size -> max_output_size
To be consistent with other Catalyst/Hydra config option names.
This commit is contained in:
parent
077ed3f571
commit
b1e36b550c
@ -42,7 +42,7 @@ State::State()
|
||||
}
|
||||
|
||||
{
|
||||
std::string s = hydraConfig["max-output-size"];
|
||||
std::string s = hydraConfig["max_output_size"];
|
||||
if (s != "") string2Int(s, maxOutputSize);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user