about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorNiklas Hambüchen <mail@nh2.me>2020-04-21 18:29:03 +0200
committerNiklas Hambüchen <mail@nh2.me>2020-04-21 18:29:03 +0200
commitd16d34732cf132c0ed53f604f323725b7f806bfd (patch)
tree85960d685dbe00f56fce4a6b47cae65b94c6ccce /nixos/modules
parent523fe988217eaa56952c2a87760fef612c857bee (diff)
downloadnixlib-d16d34732cf132c0ed53f604f323725b7f806bfd.tar
nixlib-d16d34732cf132c0ed53f604f323725b7f806bfd.tar.gz
nixlib-d16d34732cf132c0ed53f604f323725b7f806bfd.tar.bz2
nixlib-d16d34732cf132c0ed53f604f323725b7f806bfd.tar.lz
nixlib-d16d34732cf132c0ed53f604f323725b7f806bfd.tar.xz
nixlib-d16d34732cf132c0ed53f604f323725b7f806bfd.tar.zst
nixlib-d16d34732cf132c0ed53f604f323725b7f806bfd.zip
journald service: Increase default rate limit 1000 -> 10000.
Follows the upstream change of this default:

https://github.com/systemd/systemd/pull/8660
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