about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-06-05 09:20:30 +0200
committervanhauser-thc <vh@thc.org>2024-06-05 09:20:30 +0200
commit2806d6be2f1d26eed7b42ae580f5bf7a29713a01 (patch)
treef6c4f3c8736f775c9245940e262f15ffb43afc9e /include/config.h
parent2d9b793dbbe9288a1caa4459c280678179bb46c9 (diff)
downloadafl++-2806d6be2f1d26eed7b42ae580f5bf7a29713a01.tar.gz
optimize syncing
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h
index 3727dab1..ebe40022 100644
--- a/include/config.h
+++ b/include/config.h
@@ -324,9 +324,9 @@
 #define SYNC_INTERVAL 8
 
 /* Sync time (minimum time between syncing in ms, time is halfed for -M main
-   nodes) - default is 30 minutes: */
+   nodes) - default is 20 minutes: */
 
-#define SYNC_TIME (30 * 60 * 1000)
+#define SYNC_TIME (20 * 60 * 1000)
 
 /* Output directory reuse grace period (minutes): */