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
{{ message }}
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
Implement local caching of field data so that it does not need to be re-requested from the SOLR database with every DwC Views request. Fields cache expiration time should be a dynamic, configurable option.
The text was updated successfully, but these errors were encountered:
This one is a can of pain. It would appear that most of the (useful) native django caching is broken with the google appengine. A solution that will work in both environments will require a coded hack in every place that calls the caching function.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Implement local caching of field data so that it does not need to be re-requested from the SOLR database with every DwC Views request. Fields cache expiration time should be a dynamic, configurable option.
The text was updated successfully, but these errors were encountered: