fix(constants): reduce command timeout from 7200 to 3600 seconds for improved performance
This commit is contained in:
parent
0cc072867a
commit
73b42f318a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue