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