Minor fix

This commit is contained in:
TwinProduction 2021-09-22 00:11:22 -04:00
parent fa4736c672
commit 882444e0d5

View File

@ -747,6 +747,7 @@ To do that, you'll have to use the maintenance configuration:
| `maintenance.start` | Time at which the maintenance window starts in `hh:mm` format (e.g. `23:00`) | Required `""` |
| `maintenance.duration` | Duration of the maintenance window (e.g. `1h`, `30m`) | Required `""` |
| `maintenance.every` | Days on which the maintenance period applies (e.g. `[Monday, Thursday]`).<br />If left empty, the maintenance window applies every day | `[]` |
**Note that the maintenance configuration uses UTC.**