mr2013
Results
2
issues of
mr2013
Specifically, the headers retry-after, x-ratelimit-limit, and x-ratelimit-remaining
When using an option like java.cli.XX.ParallelGCThreads=1 in the config, the expected java parameter is -XX:ParallelGCThreads=1. Instead, the function treats the 1 as True, and sets the option to -XX:+ParallelGCThreads, thus...