journald: set rateLimitInterval and rateLimitBurst to upstream defaults

This commit is contained in:
Matt McHenry 2018-07-25 20:01:58 -04:00
parent 4b649a99d8
commit a3c1ddda84

View File

@ -548,7 +548,7 @@ in
};
services.journald.rateLimitInterval = mkOption {
default = "10s";
default = "30s";
type = types.str;
description = ''
Configures the rate limiting interval that is applied to all
@ -561,7 +561,7 @@ in
};
services.journald.rateLimitBurst = mkOption {
default = 100;
default = 1000;
type = types.int;
description = ''
Configures the rate limiting burst limit (number of messages per