This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new 35b6d52  Revert "GEODE-8181: Fixes default value for 
statistic-sampling-enabled. (#602)"
35b6d52 is described below

commit 35b6d5260b2c04cf25e84b34d38bacbf56f0445e
Author: Jacob Barrett <jbarr...@pivotal.io>
AuthorDate: Sat May 23 20:17:17 2020 -0700

    Revert "GEODE-8181: Fixes default value for statistic-sampling-enabled. 
(#602)"
    
    This reverts commit d5811e9c04ed0179dd9d41f38681ab2cfbd075cf.
---
 cppcache/src/SystemProperties.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cppcache/src/SystemProperties.cpp 
b/cppcache/src/SystemProperties.cpp
index 3071634..9e86b01 100644
--- a/cppcache/src/SystemProperties.cpp
+++ b/cppcache/src/SystemProperties.cpp
@@ -88,7 +88,7 @@ constexpr auto DefaultConnectWaitTimeout = 
std::chrono::seconds::zero();
 constexpr auto DefaultBucketWaitTimeout = std::chrono::seconds::zero();
 
 constexpr auto DefaultSamplingInterval = std::chrono::seconds(1);
-constexpr bool DefaultSamplingEnabled = false;
+const bool DefaultSamplingEnabled = true;
 
 const char DefaultStatArchive[] = "statArchive.gfs";
 const char DefaultLogFilename[] = "";  // stdout...

Reply via email to