about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-06-30 17:33:47 +0200
committervan Hauser <vh@thc.org>2020-06-30 17:33:47 +0200
commit7527c76c7446f8197b9f7acb8ca0ccd44fe7bd39 (patch)
tree8e368959e6d86214b6a31c10c49e3e41578633d2 /include/config.h
parent06264df16891070a09a31cd981a9dcaaf01de7c7 (diff)
downloadafl++-7527c76c7446f8197b9f7acb8ca0ccd44fe7bd39.tar.gz
reduce the time interval in which the secondaries sync
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h2
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): */