NO-JIRA Removing TODO block

When we reload the page-stores I need to mark the page counter started.
This commit is contained in:
Clebert Suconic 2024-05-30 21:11:01 -04:00
parent 892c1225b0
commit b05d45cb73
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ public final class PagingManagerImpl implements PagingManager {
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);
}