feat: reduce the default retry count to 4
This commit is contained in:
parent
7d0ee9a1dc
commit
bf9a43c1b8
@ -119,7 +119,7 @@ func NewSystem(arch arch, kernel Kernel, drivePath string) (q *System, err error
|
||||
// Default values
|
||||
q.Cpus = 1
|
||||
q.Memory = 512 // megabytes
|
||||
q.SSH.Retries = 16
|
||||
q.SSH.Retries = 4
|
||||
q.SSH.RetryTimeout = time.Second / 4
|
||||
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user