Stergio
Results
1
issues of
Stergio
Using the [google_drive gem](https://github.com/gimite/google-drive-ruby) which utilises `httpclient` via [google-api-ruby-client](https://github.com/google/google-api-ruby-client), breaks when encountering too high a timeout value: ```bash RangeError: too big for int: 100000000000 .. /jruby-9.1.12.0/gems/httpclient-2.8.3/lib/httpclient/jruby_ssl_socket.rb:26:in `connect' ``` > Initially...