Skip to content

Instantly share code, notes, and snippets.

@robbyrussell
Created October 2, 2008 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robbyrussell/14400 to your computer and use it in GitHub Desktop.
Save robbyrussell/14400 to your computer and use it in GitHub Desktop.
soap4r stuff
# before (this didn't really seem to work...)
soap.options["receive_timeout"] = 300
soap.options["connect_timeout"] = 300
# found examples with this online...
soap.options["protocol.http.connect_timeout"] = 300
soap.options["protocol.http.send_timeout"] = 300
soap.options["protocol.http.receive_timeout"] = 300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment