Skip to content

Commit

Permalink
StandardRB fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed May 16, 2024
1 parent c067269 commit 85fdc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jobs/geoblacklight_admin/store_image_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class StoreImageJob < ApplicationJob
def perform(solr_document_id, bad_id = nil)
# Find the document
document = Document.find_by_friendlier_id(solr_document_id)

# Crawl politely
sleep(rand(1..5))

Expand Down

0 comments on commit 85fdc2a

Please sign in to comment.