Skip to content

Commit d15100e

Browse files
committed
WIP
1 parent f210c25 commit d15100e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/services/normalized_marc_record_reader.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ def each(...)
2424
# do a little pre-processing to pre-generated the augmented MARC.
2525
# this is done in a thread pool for a marginal performance boost
2626
# (10-15%).
27-
records.each do |record|
28-
# pool.post { record.augmented_marc }
29-
record.augmented_marc
30-
rescue StandardError
31-
nil
32-
end
27+
# records.each do |record|
28+
# # pool.post { record.augmented_marc }
29+
# record.augmented_marc
30+
# rescue StandardError
31+
# nil
32+
# end
3333

3434
records.each(...)
3535
end

0 commit comments

Comments
 (0)