congaengr / soapforce

Salesforce SOAP API wrapper based on Savon
MIT License
26 stars 25 forks source link

Modify Timeout Options? #17

Closed Nerdenberger closed 7 years ago

Nerdenberger commented 7 years ago

Hello, Is it possible to modify the open_timeout and read_timeout options in the Savon client that Soapforce creates? I have some batch upsert operations that can take anywhere from 20-100 seconds to complete which seems to be above the 60 second default.

Thanks!

Nick

jheth commented 7 years ago

Hey @Nerdenberger, that's a good idea to open up more Savon options. I'd be happy to add those or I'll accept a patch if you have one.

jheth commented 7 years ago

@Nerdenberger See #19 for the resolution.