[4.0] Disable MASS by default 26/159426/1
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 6 Nov 2017 08:38:36 +0000 (17:38 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Thu, 9 Nov 2017 01:37:48 +0000 (10:37 +0900)
Change-Id: I8c8e50e99fd2792002ec5ddb76481b52b2c73be7

adaptors/base/environment-options.cpp

index 5310615..db6660c 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 )
 {