about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-11-18 12:23:18 +0100
committervanhauser-thc <vh@thc.org>2022-11-18 12:23:18 +0100
commit26a5bd625ccbd8de4fbc9b5eea263d092bd405e5 (patch)
tree3f6a478030a7b3b80bb509a236468501275e7ee4 /include/config.h
parent170e8122aea53310079d4b09e04572ec010b477b (diff)
downloadafl++-26a5bd625ccbd8de4fbc9b5eea263d092bd405e5.tar.gz
write queue statistics
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 22c1a162..b82ead47 100644
--- a/include/config.h
+++ b/include/config.h
@@ -290,10 +290,11 @@
 
 #define UI_TARGET_HZ 5
 
-/* Fuzzer stats file and plot update intervals (sec): */
+/* Fuzzer stats file, queue stats and plot update intervals (sec): */
 
 #define STATS_UPDATE_SEC 60
 #define PLOT_UPDATE_SEC 5
+#define QUEUE_UPDATE_SEC 1800
 
 /* Smoothing divisor for CPU load and exec speed stats (1 - no smoothing). */