fix(portproxy): Adjust safe timeout defaults in PortProxy to prevent overflow issues.

This commit is contained in:
2025-03-06 23:00:24 +00:00
parent f3fd903231
commit cb6c2503e2
3 changed files with 11 additions and 4 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartproxy',
version: '3.28.1',
version: '3.28.2',
description: 'A powerful proxy package that effectively handles high traffic, with features such as SSL/TLS support, port proxying, WebSocket handling, and dynamic routing with authentication options.'
}