You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Java client now has methods for directly accessing an InputStream when downloading geometry, this can be passed to the response in order to avoid storing files in memory.
This probably needs to be done in conjunction with more sophisticated caching, as currently we are putting objects in a map to have a simple cache without dependencies. An alternative would be to use an instance of Redis or similar to handle caching.
The text was updated successfully, but these errors were encountered:
The Java client now has methods for directly accessing an InputStream when downloading geometry, this can be passed to the response in order to avoid storing files in memory.
This probably needs to be done in conjunction with more sophisticated caching, as currently we are putting objects in a map to have a simple cache without dependencies. An alternative would be to use an instance of Redis or similar to handle caching.
The text was updated successfully, but these errors were encountered: