Add Reference for new STATS_SIDEKIQ variable (#1307)

This commit is contained in:
0x46616c6b 2023-11-23 16:59:39 +01:00 committed by GitHub
parent c93340580c
commit f96af9009d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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). It controls the ElasticSearch indices configuration (number of shards and replica).
Possible values are: Possible values are:
- `single_node_cluster` (default) - `single_node_cluster` (default)
- `small_cluster` - `small_cluster`
- `large_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. 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 email delivery {#smtp}
#### `SMTP_SERVER` #### `SMTP_SERVER`