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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user