Merge pull request #85692 from nh2/systemd-update-default-rate-limit

journald service: Increase default rate limit 1000 -> 10000.
gstqt5
Florian Klink 2020-04-21 21:06:48 +02:00 committed by GitHub
commit 91e3358f62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -267,6 +267,12 @@ environment.systemPackages = [
<title>Other Notable Changes</title>
<itemizedlist>
<listitem>
<para>
<option>services.journald.rateLimitBurst</option> was updated from
<literal>1000</literal> to <literal>10000</literal> to follow the new
upstream systemd default.
</para>
<listitem>
<para>
The <package>notmuch</package> package move its emacs-related binaries and

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