summary refs log tree commit diff
path: root/nixos/modules/system/boot/systemd.nix
diff options
context:
space:
mode:
authorMatt McHenry <github@matt.mchenryfamily.org>2018-07-25 20:01:58 -0400
committerMatt McHenry <github@matt.mchenryfamily.org>2018-07-29 12:29:30 -0400
commita3c1ddda84536ece79810cc75b02da6fe123787b (patch)
tree1261c3e40881db736dceba00b7b7012666f2257b /nixos/modules/system/boot/systemd.nix
parent4b649a99d8461c980e7028a693387dc48033c1f7 (diff)
downloadnixpkgs-a3c1ddda84536ece79810cc75b02da6fe123787b.tar
nixpkgs-a3c1ddda84536ece79810cc75b02da6fe123787b.tar.gz
nixpkgs-a3c1ddda84536ece79810cc75b02da6fe123787b.tar.bz2
nixpkgs-a3c1ddda84536ece79810cc75b02da6fe123787b.tar.lz
nixpkgs-a3c1ddda84536ece79810cc75b02da6fe123787b.tar.xz
nixpkgs-a3c1ddda84536ece79810cc75b02da6fe123787b.tar.zst
nixpkgs-a3c1ddda84536ece79810cc75b02da6fe123787b.zip
journald: set rateLimitInterval and rateLimitBurst to upstream defaults
Diffstat (limited to 'nixos/modules/system/boot/systemd.nix')
-rw-r--r--nixos/modules/system/boot/systemd.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix
index d2fe33488a7..35ab805dab9 100644
--- a/nixos/modules/system/boot/systemd.nix
+++ b/nixos/modules/system/boot/systemd.nix
@@ -548,7 +548,7 @@ in
     };
 
     services.journald.rateLimitInterval = mkOption {
-      default = "10s";
+      default = "30s";
       type = types.str;
       description = ''
         Configures the rate limiting interval that is applied to all
@@ -561,7 +561,7 @@ in
     };
 
     services.journald.rateLimitBurst = mkOption {
-      default = 100;
+      default = 1000;
       type = types.int;
       description = ''
         Configures the rate limiting burst limit (number of messages per