about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-02-26 22:36:19 +0100
committervanhauser-thc <vh@thc.org>2021-02-26 22:36:19 +0100
commit3a461944ecac47627d3e9d2afcf1c28925e2355a (patch)
tree0f244962f6f54de3bdc31b48c6d898d2c0b5d414 /include/config.h
parentee0ca07f3c9f7c5971440f5dca70a2ee6f37584d (diff)
downloadafl++-3a461944ecac47627d3e9d2afcf1c28925e2355a.tar.gz
fine tune cmplog
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 439f4d2f..b0b1f7b9 100644
--- a/include/config.h
+++ b/include/config.h
@@ -50,7 +50,7 @@
 #define CMPLOG_COMBINE
 
 /* Minimum % of the corpus to perform cmplog on. Default: 10% */
-#define CMPLOG_CORPUS_PERCENT 10U
+#define CMPLOG_CORPUS_PERCENT 5U
 
 /* Number of potential positions from which we decide if cmplog becomes
    useless, default 8096 */