Skip to content

Instantly share code, notes, and snippets.

@piotrga
Created November 9, 2012 09:07
Show Gist options
  • Save piotrga/4044645 to your computer and use it in GitHub Desktop.
Save piotrga/4044645 to your computer and use it in GitHub Desktop.
Amazon DyanmoDB client WTF?
if (clientConfiguration.getMaxErrorRetry() == ClientConfiguration.DEFAULT_MAX_RETRIES) {
log.debug("Overriding default max error retry value to: " + 10);
clientConfiguration.setMaxErrorRetry(10);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment