Open musiaht opened 8 years ago
@musiaht thanks for the info. A couple of suggestions that might make it more likely that we can spend some time looking into it:
Thanks @cprice404,
I have filed the issue at https://tickets.puppetlabs.com/browse/HC-96.
I haven't taken a detailed look at the Java upstream library; but from what I've seen with the Play! framework (https://www.playframework.com/) it doesn't look like it does. I am assuming that the same Java library is used as they're both typesafe projects.
Common configurations would load modules against the 'play.modules.enabled' variable.
Encountering a problem with Hocon.load and Hocon.ConfigFactory.load_file; when loading a file with more than 5 '+=' to a key it will take exponentially longer with each concatenation.
For example, a file with the following will take more than 30 minutes to load.
It looks like we can get away with converting that into an array, but I am wondering if this can be fixed?