diff options
author | van Hauser <vh@thc.org> | 2020-06-30 17:33:47 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-06-30 17:33:47 +0200 |
commit | 7527c76c7446f8197b9f7acb8ca0ccd44fe7bd39 (patch) | |
tree | 8e368959e6d86214b6a31c10c49e3e41578633d2 /include/config.h | |
parent | 06264df16891070a09a31cd981a9dcaaf01de7c7 (diff) | |
download | afl++-7527c76c7446f8197b9f7acb8ca0ccd44fe7bd39.tar.gz |
reduce the time interval in which the secondaries sync
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h index 087e0a76..5ee93389 100644 --- a/include/config.h +++ b/include/config.h @@ -234,7 +234,7 @@ /* Sync interval (every n havoc cycles): */ -#define SYNC_INTERVAL 5 +#define SYNC_INTERVAL 8 /* Output directory reuse grace period (minutes): */ |