From 562585e901d9e5f2ef62be11c2e74badcacb1f50 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 20 Apr 2017 14:04:00 +0200 Subject: binary-caches-parallel-connections -> http-connections --- src/libstore/globals.hh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index a5d5a3f5057d..de64e9826597 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -216,8 +216,9 @@ public: Setting secretKeyFiles{this, {}, "secret-key-files", "Secret keys with which to sign local builds."}; - Setting binaryCachesParallelConnections{this, 25, "binary-caches-parallel-connections", - "Number of parallel connections to binary caches."}; + Setting binaryCachesParallelConnections{this, 25, "http-connections", + "Number of parallel HTTP connections.", + {"binary-caches-parallel-connections"}}; Setting enableHttp2{this, true, "enable-http2", "Whether to enable HTTP/2 support."}; -- cgit 1.4.1