Merge pull request #44202 from jerith666/journald-rate
journald: set rateLimitInterval and rateLimitBurst to upstream defaults
This commit is contained in:
commit
81d5e441b2
@ -546,7 +546,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
services.journald.rateLimitInterval = mkOption {
|
services.journald.rateLimitInterval = mkOption {
|
||||||
default = "10s";
|
default = "30s";
|
||||||
type = types.str;
|
type = types.str;
|
||||||
description = ''
|
description = ''
|
||||||
Configures the rate limiting interval that is applied to all
|
Configures the rate limiting interval that is applied to all
|
||||||
@ -559,7 +559,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
services.journald.rateLimitBurst = mkOption {
|
services.journald.rateLimitBurst = mkOption {
|
||||||
default = 100;
|
default = 1000;
|
||||||
type = types.int;
|
type = types.int;
|
||||||
description = ''
|
description = ''
|
||||||
Configures the rate limiting burst limit (number of messages per
|
Configures the rate limiting burst limit (number of messages per
|
||||||
|
Loading…
x
Reference in New Issue
Block a user