Skip to content
Snippets Groups Projects
Commit 33fac87e authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Shorter timeout on FetchAtomService

parent 5aa3df01
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,6 @@ class FetchAtomService < BaseService
end
def http_client
HTTP.timeout(:per_operation, write: 20, connect: 20, read: 50).follow
HTTP.timeout(:per_operation, write: 10, connect: 10, read: 10).follow
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment