/** Calculate how many repository connections to get at once. */
 protected int maxClauseGetRepositoryConnectionsChunk() {
   return Math.min(
       findConjunctionClauseMax(new ClauseDescription[] {}),
       throttleSpecManager.maxClauseGetRows());
 }