From: Christopher Coté Date: Wed, 4 May 2022 15:21:05 +0000 (-0400) Subject: mastodon upload timeout X-Git-Url: http://git.entropealabs.com/?a=commitdiff_plain;h=6998bbc9be4df3a64d3734d4bc3b0d2c57b25e20;p=photography.git mastodon upload timeout --- diff --git a/media/image_metadata.exs b/media/image_metadata.exs index f664d693..f7205610 100644 --- a/media/image_metadata.exs +++ b/media/image_metadata.exs @@ -13,8 +13,8 @@ Mix.install( {:jason, "~> 1.3"}, {:oauther, "~> 1.1"}, {:extwitter, "~> 0.13.0"}, - {:hunter, path: "../../hunter"} - # git: "https://github.com/milmazz/hunter", tag: "e3b93ea64844f2609cb3c18fa5fbafaad772195d"} + {:hunter, + git: "https://github.com/milmazz/hunter.git", ref: "e3b93ea64844f2609cb3c18fa5fbafaad772195d"} ], config: [ ex_aws: [ @@ -29,6 +29,12 @@ Mix.install( access_token: twitter_access_token, access_token_secret: twitter_access_token_secret ] + ], + hunter: [ + http_options: [ + timeout: 60_000, + recv_timeout: 60_000 + ] ] ] )