0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

journald service: Increase default rate limit 1000 -> 10000.

Follows the upstream change of this default:

https://github.com/systemd/systemd/pull/8660
This commit is contained in:
Niklas Hambüchen 2020-04-21 18:29:03 +02:00
parent 523fe98821
commit d16d34732c
2 changed files with 7 additions and 1 deletions

View file

@ -597,7 +597,7 @@ in
};
services.journald.rateLimitBurst = mkOption {
default = 1000;
default = 10000;
type = types.int;
description = ''
Configures the rate limiting burst limit (number of messages per