Disable MASS by default 97/158997/2
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 6 Nov 2017 08:38:36 +0000 (17:38 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Tue, 7 Nov 2017 00:38:24 +0000 (09:38 +0900)
Change-Id: I8c8e50e99fd2792002ec5ddb76481b52b2c73be7

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 )
 {