fix(constants): reduce command timeout from 7200 to 3600 seconds for improved performance

This commit is contained in:
Andras Bacsai 2025-09-25 14:41:05 +02:00
parent 0cc072867a
commit 73b42f318a

View file

@ -64,7 +64,7 @@
'mux_max_age' => env('SSH_MUX_MAX_AGE', 1800), // 30 minutes
'connection_timeout' => 10,
'server_interval' => 20,
'command_timeout' => 7200,
'command_timeout' => 3600,
'max_retries' => env('SSH_MAX_RETRIES', 3),
'retry_base_delay' => env('SSH_RETRY_BASE_DELAY', 2), // seconds
'retry_max_delay' => env('SSH_RETRY_MAX_DELAY', 30), // seconds