Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/pages/kb/open-source/admin-guide/env-vars-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,4 @@ The follow is a list of settings and what they control:
| `REDASH_WEB_WORKERS` | How many processes will gunicorn spawn to handle web requests | 4 |
| `REDASH_QUERY_RESULTS_EXPIRED_TTL_ENABLED` | Enable the query result set default expired ttl. | false |
| `REDASH_QUERY_RESULTS_EXPIRED_TTL` | Default set query results expired ttl 86400 seconds. | 86400 |
| `REDASH_CSV_WRITER_ENCODING` | Change the encoding of the CSV file. | utf-8 |