This commit is contained in:
2024-02-27 09:43:02 +01:00
parent bdd7aad418
commit 4717196b79

View File

@@ -19,7 +19,7 @@ In Hiera `log_client::journal_rate_limit_burst` defines how many messages of a s
So `log_client::journal_rate_limit_interval` defines the above mentioned interval period. Allowed time units are `s`, `min`, `h`, `ms` and `us`. If not specified seconds are assumed.
Rate limiting is disbled with
Rate limiting is disabled with
```
log_client::journal_rate_limit_interval: 0
```