RKuttruff opened a new pull request, #181:
URL: https://github.com/apache/incubator-sdap-nexus/pull/181

   Matchup makes repeated calls to `query_insitu_schema()` in the insitu 
module, which results in a severe performance penalty due to repeatedly hitting 
the insitu API for the same data. This pr is to fix that by preserving the 
return value from the first call and using that value to replace subsequent 
calls to minimize API utilization.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@sdap.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to