We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f210c25 commit d15100eCopy full SHA for d15100e
app/services/normalized_marc_record_reader.rb
@@ -24,12 +24,12 @@ def each(...)
24
# do a little pre-processing to pre-generated the augmented MARC.
25
# this is done in a thread pool for a marginal performance boost
26
# (10-15%).
27
- records.each do |record|
28
- # pool.post { record.augmented_marc }
29
- record.augmented_marc
30
- rescue StandardError
31
- nil
32
- end
+ # records.each do |record|
+ # # pool.post { record.augmented_marc }
+ # record.augmented_marc
+ # rescue StandardError
+ # nil
+ # end
33
34
records.each(...)
35
end
0 commit comments