Merge "Disable MASS by default" into devel/master
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 8 Nov 2017 17:48:33 +0000 (17:48 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Wed, 8 Nov 2017 17:48:33 +0000 (17:48 +0000)
adaptors/base/environment-options.cpp

index 13e102b..7d2d354 100644 (file)
@@ -38,7 +38,7 @@ namespace Adaptor
 namespace
 {
 const unsigned int DEFAULT_STATISTICS_LOG_FREQUENCY = 2;
-const int DEFAULT_MULTI_SAMPLING_LEVEL = 4;
+const int DEFAULT_MULTI_SAMPLING_LEVEL = -1;
 
 unsigned int GetIntegerEnvironmentVariable( const char* variable, unsigned int defaultValue )
 {