diff options
| author | luwenpeng <[email protected]> | 2021-08-20 11:32:33 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2021-08-20 15:36:58 +0800 |
| commit | f764a4bae1d23f2b182302ac80cac9878c7d4cd8 (patch) | |
| tree | 24454bc4c99b6ad92a24a30791e26527addfe26a /conf | |
| parent | c41a67ca2b410c13bfdc651af4992d8f8bc824e4 (diff) | |
优化 watchdog tfe worker thread 的实现逻辑v4.5.12-202108
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/tfe/tfe.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/tfe/tfe.conf b/conf/tfe/tfe.conf index 9577012..66069d8 100644 --- a/conf/tfe/tfe.conf +++ b/conf/tfe/tfe.conf @@ -42,6 +42,15 @@ cmsg_port=2475 watchdog_switch=1 watchdog_port=2476 +[watchdog_tfe] +# The worker thread updates the timestamp every two seconds +# The watchdog thread checks the timestamp every second +enable=1 +timeout_seconds=5 +statistics_window=20 +timeout_cnt_as_fail=3 +timeout_debug=0 + [ssl] ssl_ja3_debug=0 ssl_ja3_table=PXY_SSL_FINGERPRINT |
