You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/locales/en.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -634,6 +634,7 @@
634
634
"sshPoolKeepaliveHint": "Send keepalive packets to prevent NAT timeout",
635
635
"sshPoolRetries": "Max retries",
636
636
"sshPoolRetriesHint": "Reconnection attempts on failure",
637
+
"sshPoolDisableWarning": "Disabling is not recommended. Without the pool, network instability can saturate CPU with direct SSH handshakes. Direct mode is now capped at 3 parallel connections, but the pool is more reliable.",
"nodeAuthInsecureHint": "Enable if panel uses HTTP or self-signed SSL. Nodes will accept any certificate when connecting to auth API. Disable for production with valid SSL.",
Copy file name to clipboardExpand all lines: src/locales/ru.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -634,6 +634,7 @@
634
634
"sshPoolKeepaliveHint": "Отправка пакетов keepalive для предотвращения NAT timeout",
635
635
"sshPoolRetries": "Макс. попыток",
636
636
"sshPoolRetriesHint": "Количество попыток переподключения при ошибке",
637
+
"sshPoolDisableWarning": "Не рекомендуется отключать. Без пула при сетевых сбоях возможна перегрузка CPU из-за потока прямых SSH-подключений. Прямой режим теперь ограничен 3 параллельными подключениями, но пул надёжнее.",
"nodeAuthInsecureHint": "Включите, если панель использует HTTP или self-signed SSL. Ноды будут принимать любой сертификат при подключении к auth API. Отключите для production с валидным SSL.",
0 commit comments