# Health Check Interval

- Published on Dec 14, 2024
- 1 minute(s) read

The system runs a periodic health check on various components, including the database, file store, RAM, and trainers. The results of these health checks are shown on the System & Health page in the application. To learn more about this page, see [System & Health Page](https://help.hyperscience.ai/deployment/docs/system-health-page).

By default, the health checks are conducted every 30 seconds. You can configure their frequency by adding the `HEALTH_CHECK_INTERVAL` variable to your ".env" file and setting it to the number of seconds you want to pass between health checks (e.g., `HEALTH_CHECK_INTERVAL=60`):

Custom

```bash
HEALTH_CHECK_INTERVAL=<number_of_seconds_between_checks>
```

Bash
