Merge pull request #104203 from andir/saned-max-connections

nixos/sane: bump the MaxConnections to a reasonable amount
This commit is contained in:
Andreas Rammhold 2020-12-01 19:45:13 +01:00 committed by GitHub
commit 26cc536edf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,7 +148,7 @@ in
# saned needs to distinguish between IPv4 and IPv6 to open matching data sockets.
BindIPv6Only = "ipv6-only";
Accept = true;
MaxConnections = 1;
MaxConnections = 64;
};
};