Skip to content

Commit

Permalink
Disabled wave reIndex, moved to mbeans
Browse files Browse the repository at this point in the history
  • Loading branch information
vjrj committed Oct 24, 2017
1 parent 234f6b7 commit baa6120
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/java/cc/kune/wave/server/CustomServerMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,8 @@ public void shutdown() throws Exception {
}

private static void reindex(Injector injector) throws WaveletStateException, WaveServerException {
WaveIndexer waveIndexer = injector.getInstance(WaveIndexer.class);
waveIndexer.remakeIndex();
// Moved to @SiteManagerDefaultMBean
// WaveIndexer waveIndexer = injector.getInstance(WaveIndexer.class);
// waveIndexer.remakeIndex();
}
}

0 comments on commit baa6120

Please sign in to comment.