You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the PXE's synchronizer, the note processors in catch up mode are synced one by one. This means the same block will be read multiple times, once for each note processors catching up. A better approach would be to groups note processors by the block they need and synchronizing them in bulk.
The text was updated successfully, but these errors were encountered:
In the PXE's synchronizer, the note processors in catch up mode are synced one by one. This means the same block will be read multiple times, once for each note processors catching up. A better approach would be to groups note processors by the block they need and synchronizing them in bulk.
The text was updated successfully, but these errors were encountered: