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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding job to drop phantom ccnew indexes. Fixes #2431 #2432

Merged
merged 1 commit into from Sep 7, 2022

Conversation

dessalines
Copy link
Member

No description provided.

@@ -22,6 +22,7 @@ pub fn setup(pool: DbPool) -> Result<(), LemmyError> {
active_counts(&conn);
update_banned_when_expired(&conn);
reindex_aggregates_tables(&conn, true);
drop_ccnew_indexes(&conn);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont think this needs to be run every hour, but probably doesnt make a difference.

@Nutomic Nutomic enabled auto-merge (squash) September 7, 2022 12:09
@Nutomic Nutomic merged commit eacd4e4 into main Sep 7, 2022
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 this pull request may close these issues.

None yet

2 participants