Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
rhbz978095 - release connection after each batch push
  • Loading branch information
Patrick Huang committed Jun 26, 2013
1 parent 92c3931 commit 8751fa1
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -182,6 +182,7 @@ public void run() throws Exception
log.debug(glossary.toString());
ClientResponse<String> response = glossaryResource.put(glossary);
ClientUtility.checkResult(response, uri);
response.releaseConnection();
totalDone = totalDone + glossary.getGlossaryEntries().size();
log.info("Pushed " + totalDone + " of " + totalEntries + " entries");
}
Expand Down

0 comments on commit 8751fa1

Please sign in to comment.