X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fdefaults.h;h=5ab63d050712e5c5f8641dd4b90f37a74dac1c82;hb=51d7db73266e8bf7e3248981d722d3743c38d670;hp=3fd74753f1b3c48495da65082e4e2532b81af66c;hpb=44a5e5eb99f1d8b528f83fda5585677a3882f5f5;p=lttng-tools.git diff --git a/src/common/defaults.h b/src/common/defaults.h index 3fd74753f..5ab63d050 100644 --- a/src/common/defaults.h +++ b/src/common/defaults.h @@ -127,4 +127,11 @@ #define DEFAULT_NETWORK_CONTROL_PORT 5342 #define DEFAULT_NETWORK_DATA_PORT 5343 +/* + * If a thread stalls for this amount of time, it will be considered bogus (bad + * health). + */ +#define DEFAULT_HEALTH_CHECK_DELTA_S 20 +#define DEFAULT_HEALTH_CHECK_DELTA_NS 0 + #endif /* _DEFAULTS_H */