Skip to content
New issue

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

Override cache expiration during bootstrap sequence to avoid requeries #29

Closed
tstromberg opened this issue Apr 28, 2020 · 1 comment
Closed

Comments

@tstromberg
Copy link
Collaborator

TP currently respects the min/max refresh cache times during the bootstrapping sequence, which means that TP will end up duplicating search queries as they exceed the search cache expiry (~2 minutes).

This makes a slow situation even worse.

@tstromberg tstromberg changed the title Override cache expiration during bootstrap sequence Override cache expiration during bootstrap sequence to avoid requeries Apr 28, 2020
@tstromberg
Copy link
Collaborator Author

Since cache expirations are handled at the go-cache layer, this is going to require a little bit of thinking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant