From 0722beca0c615cd698a4efc71c4ebd1f642585bb Mon Sep 17 00:00:00 2001 From: Denny Crane Date: Wed, 30 Mar 2022 08:45:30 -0300 Subject: [PATCH] Update Client.cpp --- programs/client/Client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/client/Client.cpp b/programs/client/Client.cpp index c2094b3b00d..3d5cc291f46 100644 --- a/programs/client/Client.cpp +++ b/programs/client/Client.cpp @@ -810,7 +810,7 @@ void Client::addOptions(OptionsDescription & options_description) ("quota_key", po::value(), "A string to differentiate quotas when the user have keyed quotas configured on server") ("max_client_network_bandwidth", po::value(), "the maximum speed of data exchange over the network for the client in bytes per second.") - ("compression", po::value(), "enable or disable compression") + ("compression", po::value(), "enable or disable compression (enabled by default for remote communication and disabled for localhost communication).") ("query-fuzzer-runs", po::value()->default_value(0), "After executing every SELECT query, do random mutations in it and run again specified number of times. This is used for testing to discover unexpected corner cases.") ("interleave-queries-file", po::value>()->multitoken(),