#11607 Cleanup time of temporary files is now configurable

This commit is contained in:
Anton Sergeyev
2018-06-14 12:35:22 +05:00
parent 0cc8ccdaa5
commit 516839d7b2
6 changed files with 70 additions and 1 deletions
@@ -80,6 +80,11 @@ Path to where Grafana stores the sqlite3 database (if used), file based
sessions (if used), and other data. This path is usually specified via
command line in the init.d script or the systemd service file.
### temp_data_lifetime
How long temporary images in `data` directory should be kept. Defaults to: `24h`. Supported modifiers: `h` (hours),
`m` (minutes), for example: `168h`, `30m`, `10h30m`. Use `0` to never clean up temporary files.
### logs
Path to where Grafana will store logs. This path is usually specified via