Add Reference for new STATS_SIDEKIQ variable (#1307)
This commit is contained in:
parent
c93340580c
commit
f96af9009d
|
@ -378,6 +378,7 @@ If set to `true`, Mastodon will use Elasticsearch for its search functions.
|
|||
It controls the ElasticSearch indices configuration (number of shards and replica).
|
||||
|
||||
Possible values are:
|
||||
|
||||
- `single_node_cluster` (default)
|
||||
- `small_cluster`
|
||||
- `large_cluster`
|
||||
|
@ -416,6 +417,10 @@ Example value: `localhost:8125`
|
|||
|
||||
If set, all StatsD keys will be prefixed with this. Defaults to `Mastodon.production` when `RAILS_ENV` is `production`, `Mastodon.development` when it's `development`, etc.
|
||||
|
||||
#### `STATSD_SIDEKIQ`
|
||||
|
||||
If set to `true`, Mastodon will log some Sidekiq metrics into StatsD. Defaults to `false`.
|
||||
|
||||
### SMTP email delivery {#smtp}
|
||||
|
||||
#### `SMTP_SERVER`
|
||||
|
|
Loading…
Reference in New Issue