Mangopay / mangopay2-ruby-sdk

Ruby Gem for MANGOPAY
https://rubygems.org/gems/mangopay
MIT License
42 stars 38 forks source link

HTTP request defaults #220

Closed mantaskujalis closed 1 year ago

mantaskujalis commented 1 year ago

With new version defaults for http_timeout and http_open_timeout have been set to 30_000 and 60_000.

Mangopay gem is using NET::HTTP gem for http requests and configs are taken as seconds in this gem.

Which leads to enormously huge timeouts which could lead to very long requests.

mantaskujalis commented 1 year ago

@iulian03 I see it was already fixed. Closing the issue