diff --git a/README.md b/README.md index 6d13ad76..129a1914 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Argument | Description | Required? | Type | Default Value| `environment` | Environment the program is running on. Could be for example `prod` or `dev`. Not yet in use. | N | String | `default` | `project_name` | Name of the project to retrieve features from. If not set, all feature flags will be retrieved. | N | String | nil | `refresh_interval` | How often the unleash client should check with the server for configuration changes. | N | Integer | 15 | -`metrics_interval` | How often the unleash client should send metrics to server. | N | Integer | 10 | +`metrics_interval` | How often the unleash client should send metrics to server. | N | Integer | 30 | `disable_client` | Disables all communication with the Unleash server, effectively taking it *offline*. If set, `is_enabled?` will always answer with the `default_value` and configuration validation is skipped. Defeats the entire purpose of using unleash, but can be useful in when running tests. | N | Boolean | `false` | `disable_metrics` | Disables sending metrics to Unleash server. | N | Boolean | `false` | `custom_http_headers` | Custom headers to send to Unleash. As of Unleash v4.0.0, the `Authorization` header is required. For example: `{'Authorization': ''}` | N | Hash | {} |