max-output-size -> max_output_size
To be consistent with other Catalyst/Hydra config option names.
This commit is contained in:
		| @@ -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); | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user