Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

2.3.4

Compare
Choose a tag to compare
@adarsh-ramakrishna-sfdc adarsh-ramakrishna-sfdc released this 29 Jun 20:18
· 94 commits to master since this release

Dated: 29th July 2016

Bug fixes: Session renewer support for Issue #11
Code refactoring: Modularized connector config construction for partner Connection and Bulk connection

Leveraging the bug fix:
Use src/main/resources/config.properties to set the below parameter:
MAX_TIME_OUT_IN_MS(Default value : 1200000 ==> 20 minutes) : Time out setting for the session, Once timeout occurs, session renewer module is invoked which renews the session. Helpful when you face connection exception during query executions.

Related PRs: #38 and #43