diff options
author | vanhauser-thc <vh@thc.org> | 2021-02-24 12:14:10 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-02-24 12:14:10 +0100 |
commit | e6ef2ee338d1da1d5fa8e23822247ee7837e1f54 (patch) | |
tree | c94100cbbb99666d826affd668963cabad3be513 | |
parent | 564f4915665c8a68a97d71b7db812606ddec8c5b (diff) | |
download | afl++-e6ef2ee338d1da1d5fa8e23822247ee7837e1f54.tar.gz |
typo
-rw-r--r-- | include/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h index d2e9f889..1c3370ad 100644 --- a/include/config.h +++ b/include/config.h @@ -281,9 +281,9 @@ #define SYNC_INTERVAL 8 /* Sync time (minimum time between syncing in ms, time is halfed for -M main - nodes): */ + nodes) - default is 30 minutes: */ -#define SYNC_TIME 18000000LLU /* 18000000 = 30 minutes */ +#define SYNC_TIME (30 * 60 * 1000) /* Output directory reuse grace period (minutes): */ |