* Sets how many time to keep retrying a host in the connect function. * * @param int $numRetries */
($numRetries)
| 133 | * @param int $numRetries |
| 134 | */ |
| 135 | public function setNumRetries($numRetries) |
| 136 | { |
| 137 | $this->numRetries_ = $numRetries; |
| 138 | } |
| 139 | |
| 140 | /** |
| 141 | * Sets how long to wait until retrying a host if it was marked down |
no outgoing calls