fix(classes.portproxy.ts): Adjust TLS keep-alive timeout to refresh certificate context.

This commit is contained in:
2025-03-10 14:15:03 +00:00
parent 51fe935f1f
commit 8d3b07b1e6
3 changed files with 16 additions and 9 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-03-10 - 3.30.2 - fix(classes.portproxy.ts)
Adjust TLS keep-alive timeout to refresh certificate context.
- Modified TLS keep-alive timeout for connections to 8 hours to refresh certificate context.
- Updated timeout log messages for clarity on TLS certificate refresh.
## 2025-03-10 - 3.30.1 - fix(PortProxy)
Improve TLS keep-alive management and fix whitespace formatting