diff options
author | van Hauser <vh@thc.org> | 2024-09-09 09:02:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-09 09:02:09 +0200 |
commit | 4086b93ad799e3cd28968102a2d175b166a31300 (patch) | |
tree | 50e8c7916911fd09fe8b791aa3e83aab8d95e559 | |
parent | 60d3ecab637ce492bb9cb39d479f1ae094f2795d (diff) | |
parent | 837a9693ab8162ab32e8b33d23f262c313e5067d (diff) | |
download | afl++-4086b93ad799e3cd28968102a2d175b166a31300.tar.gz |
Merge pull request #2205 from ktpss95112/patch-1
Update env_variables.md
-rw-r--r-- | docs/env_variables.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index 8c2d5848..3db46b36 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -610,7 +610,7 @@ checks or alter some of the more exotic semantics of the tool: see [rpc_statsd.md](rpc_statsd.md). - `AFL_SYNC_TIME` allows you to specify a different minimal time (in minutes) - between fuzzing instances synchronization. Default sync time is 30 minutes, + between fuzzing instances synchronization. Default sync time is 20 minutes, note that time is halved for -M main nodes. - `AFL_NO_SYNC` disables any syncing whatsoever and takes priority on all |