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

Unfreeze should work even if freezing is disabled #2670

Closed
gammazero opened this issue Oct 12, 2024 · 0 comments · Fixed by #2671
Closed

Unfreeze should work even if freezing is disabled #2670

gammazero opened this issue Oct 12, 2024 · 0 comments · Fixed by #2671

Comments

@gammazero
Copy link
Collaborator

gammazero commented Oct 12, 2024

Freezing may be disabled after an indexer becomes frozen to prevent the indexer from freezing again. Unfreezing the indexer should still work even if freezing is disabled.

gammazero added a commit that referenced this issue Oct 12, 2024
Freezing may be disabled after an indexer becomes frozen to prevent the indexer from freezing again. Unfreezing the indexer should still work even if freezing is disabled. This PR makes this possible, whereass previously an indexer could not be unfrozen if freezing was disabled.

Closes #2670

This PR also allows disk usage to be queried even when freezing is disabled.
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

Successfully merging a pull request may close this issue.

1 participant