Skip to content

Commit

Permalink
Merge pull request #89274 from flokli/nscd-disable-positive-hosts-cac…
Browse files Browse the repository at this point in the history
…hing

nixos/nscd: set positive hosts caching ttl to 0
  • Loading branch information
flokli authored Jun 1, 2020
2 parents 78ca0c5 + 09244cb commit a2eccf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/system/nscd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ negative-time-to-live netgroup 0
shared netgroup yes

enable-cache hosts yes
positive-time-to-live hosts 600
positive-time-to-live hosts 0
negative-time-to-live hosts 0
shared hosts yes

Expand Down

0 comments on commit a2eccf3

Please sign in to comment.