diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-10-30T10·00+0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-10-30T10·00+0100 |
commit | f9686885be54a9b0f8947713a414de4ad3182037 (patch) | |
tree | b8aa21aa92e361cd32d559504291ad994a78be4a /src/libstore/globals.hh | |
parent | 049322702b5629c1058249370d38ae8d23f47bdd (diff) |
enable-http2 -> http2
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r-- | src/libstore/globals.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index 880527322794..538273b546be 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -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", |