Skip to content

Commit

Permalink
NO-JIRA Removing TODO block
Browse files Browse the repository at this point in the history
When we reload the page-stores I need to mark the page counter started.
  • Loading branch information
clebertsuconic committed May 31, 2024
1 parent 892c122 commit b05d45c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ public void reloadStores() throws Exception {
if (oldStore != null) {
oldStore.stop();
}
store.getCursorProvider().counterRebuildStarted(); // TODO-NOW-DONT-MERGE maybe this should be removed
store.getCursorProvider().counterRebuildStarted();
store.start();
stores.put(store.getStoreName(), store);
}
Expand Down

0 comments on commit b05d45c

Please sign in to comment.