getMaxRetries function

int getMaxRetries()

Implementation

int getMaxRetries() {
  return 2;
}