set max testcache entries automated if not specified by the user

This commit is contained in:
van Hauser
2020-10-23 14:05:34 +02:00
parent c866aef37f
commit 0e748ccda7
7 changed files with 91 additions and 18 deletions

View File

@ -1028,7 +1028,7 @@ void show_init_stats(afl_state_t *afl) {
}
SAYF("\n");
// SAYF("\n");
if (avg_us > ((afl->fsrv.qemu_mode || afl->unicorn_mode) ? 50000 : 10000)) {