Skip to content

Commit

Permalink
Increase external manifest timeout.
Browse files Browse the repository at this point in the history
Should make getting large collection manifests take a while, but
complete.
  • Loading branch information
tpendragon committed Mar 1, 2021
1 parent 96ec618 commit 76abaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/external_manifest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class ExternalManifest
def self.load(external_uri)
content = open(external_uri, read_timeout: 120)
content = open(external_uri, read_timeout: 600)
IIIF::Service.parse(content.read)
end
end

0 comments on commit 76abaf9

Please sign in to comment.