about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-04-21 21:06:48 +0200
committerGitHub <noreply@github.com>2020-04-21 21:06:48 +0200
commit91e3358f6262b461d8db4b43c4799034f1183f20 (patch)
tree8ac10cba35b2325a5db8603b5083e8636178b180 /nixos/modules
parentec21df329aef9b299dcedd46cc5901c670ac2726 (diff)
parentd16d34732cf132c0ed53f604f323725b7f806bfd (diff)
downloadnixlib-91e3358f6262b461d8db4b43c4799034f1183f20.tar
nixlib-91e3358f6262b461d8db4b43c4799034f1183f20.tar.gz
nixlib-91e3358f6262b461d8db4b43c4799034f1183f20.tar.bz2
nixlib-91e3358f6262b461d8db4b43c4799034f1183f20.tar.lz
nixlib-91e3358f6262b461d8db4b43c4799034f1183f20.tar.xz
nixlib-91e3358f6262b461d8db4b43c4799034f1183f20.tar.zst
nixlib-91e3358f6262b461d8db4b43c4799034f1183f20.zip
Merge pull request #85692 from nh2/systemd-update-default-rate-limit
journald service: Increase default rate limit 1000 -> 10000.
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/system/boot/systemd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix
index 518d875841bd..f955746f78a0 100644
--- a/nixos/modules/system/boot/systemd.nix
+++ b/nixos/modules/system/boot/systemd.nix
@@ -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