Skip to content

Commit

Permalink
Remove usage of parallel stream for feature value map generation (#751)
Browse files Browse the repository at this point in the history
Co-authored-by: Khor Shu Heng <[email protected]>
  • Loading branch information
khorshuheng and khorshuheng committed May 29, 2020
1 parent 9f8b271 commit 939b078
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ public GetOnlineFeaturesResponse getOnlineFeatures(GetOnlineFeaturesRequest requ
if (isStale(featureSetRequest, entityRow, featureRow)) {
featureSetRequest
.getFeatureReferences()
.parallelStream()
.forEach(
ref -> {
populateStaleKeyCountMetrics(project, ref);
Expand Down

0 comments on commit 939b078

Please sign in to comment.