diff options
author | vanhauser-thc <vh@thc.org> | 2021-02-22 16:56:35 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-02-22 16:56:35 +0100 |
commit | fb2a6b6941ffb6cf575d2a772c6e0d47b49835ee (patch) | |
tree | fe248c89f032d65f7952cfcaa24e5d4222d2df70 /include/config.h | |
parent | 70fe872940b9815698b4317bdde33da1dae27923 (diff) | |
download | afl++-fb2a6b6941ffb6cf575d2a772c6e0d47b49835ee.tar.gz |
minimum sync time
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 535ce0d3..083cad23 100644 --- a/include/config.h +++ b/include/config.h @@ -280,6 +280,11 @@ #define SYNC_INTERVAL 8 +/* Sync time (minimum time between syncing in ms, time is halfed for -M main + nodes): */ + +#define SYNC_TIME 18000000LLU /* 18000000 = 30 minutes */ + /* Output directory reuse grace period (minutes): */ #define OUTPUT_GRACE 25 |