mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
enable-http2 -> http2
This commit is contained in:
parent
049322702b
commit
f9686885be
2 changed files with 2 additions and 2 deletions
|
@ -271,7 +271,7 @@ public:
|
|||
"Number of parallel HTTP connections.",
|
||||
{"binary-caches-parallel-connections"}};
|
||||
|
||||
Setting<bool> enableHttp2{this, true, "enable-http2",
|
||||
Setting<bool> enableHttp2{this, true, "http2",
|
||||
"Whether to enable HTTP/2 support."};
|
||||
|
||||
Setting<unsigned int> tarballTtl{this, 60 * 60, "tarball-ttl",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue