Skip to content

Commit

Permalink
try again sequentially
Browse files Browse the repository at this point in the history
  • Loading branch information
sbittrich committed Jun 8, 2023
1 parent 180563f commit 6227db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/rcsb/stats/Helpers.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class Helpers {
* @return stream of structure data
*/
public static Stream<MmCifFile> fetchStructureData(Collection<String> identifiers) {
return identifiers.parallelStream()
return identifiers.stream()
.map(Helpers::fetchStructureData);
}

Expand Down

0 comments on commit 6227db0

Please sign in to comment.