reduce overhead

This commit is contained in:
Kuang-che Wu
2025-05-19 18:50:13 +08:00
parent 7c27fc7cfe
commit c699aa252d
3 changed files with 24 additions and 10 deletions

View File

@ -339,6 +339,10 @@
#define AVG_SMOOTHING 16
/* Max length of sync id (the id after -M and -S) */
#define SYNC_ID_MAX_LEN 50
/* Sync interval (every n havoc cycles): */
#define SYNC_INTERVAL 8