We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Summary:
User reported issue with Levels https://discourse.hecdev.net/t/get-location-level-json-error/3339 User was not specifying format meaning that I think the default v1 format (tab) was coming back. User instructed to try "application/json;version=2" Selecting “application/json;version=2” actually made it worse. Now I get no response at all.
User reported issue with Levels https://discourse.hecdev.net/t/get-location-level-json-error/3339
User was not specifying format meaning that I think the default v1 format (tab) was coming back.
User instructed to try "application/json;version=2"
Selecting “application/json;version=2” actually made it worse. Now I get no response at all.
I looked into why JSONv2 wasn't working. It looks like the jOOQ mapper was duplicating the entire level for each point leading to huge responses.
The text was updated successfully, but these errors were encountered:
#574 Fixed the major performance bug. There still may be other issues but it shouldn't crash quite as quickly
Sorry, something went wrong.
No branches or pull requests
Summary:
I looked into why JSONv2 wasn't working. It looks like the jOOQ mapper was duplicating the entire level for each point leading to huge responses.
The text was updated successfully, but these errors were encountered: