| @@ -29,12 +29,8 @@ | ||
| 29 | 29 | if (isset($options["batch_size"])) { |
| 30 | 30 | $this->batch_size = $options["batch_size"]; |
| 31 | 31 | } |
| 32 | 32 | |
| 33 | - if (isset($options["maximum_backoff_duration"])) { | |
| 34 | - $this->maximum_backoff_duration = (int) $options["maximum_backoff_duration"]; | |
| 35 | - } | |
| 36 | - | |
| 37 | 33 | if (isset($options["host"])) { |
| 38 | 34 | $this->host = $options["host"]; |
| 39 | 35 | |
| 40 | 36 | if ($this->host && preg_match("/^https?:\\/\\//i", $this->host)) { |