Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove unnecessary indices build process for lucene on startup
Browse files Browse the repository at this point in the history
guqing authored and halo-dev-bot committed Feb 5, 2024
1 parent 7da4968 commit 02d3b8b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@
import org.springframework.boot.context.event.ApplicationStartedEvent;
import org.springframework.context.event.EventListener;
import org.springframework.scheduling.annotation.Async;
import org.springframework.stereotype.Component;
import org.springframework.util.StopWatch;

@Slf4j
@Component
// @Component
// TODO Remove this class on next version
public class IndicesInitializer {

private final IndicesService indicesService;

0 comments on commit 02d3b8b

Please sign in to comment.