Skip to content

Commit

Permalink
Revert REL sync pagination to 100 record chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin committed Nov 20, 2024
1 parent 664a3df commit 8562e3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,6 @@ public static final class SyncAccessDecisionConstants {
public static final String ROLE_SUPERVISOR = "SUPERVISOR";
public static final String ENDPOINT_PRACTITIONER_DETAILS = "PractitionerDetail";
public static final int REL_LOCATION_CHUNK_SIZE =
20; // Magic Number Alert - Do not change value for maximum stability
100; // Magic Number Alert - Do not change value for maximum stability
}
}

0 comments on commit 8562e3e

Please sign in to comment.