Files
steampipe/constants/control_execute.go

6 lines
231 B
Go

package constants
// ParallelControlMultiplier is used to determine the nbumber of goroutines to start for the control run
// this is a multiplier for the max db connections which are configred
const ParallelControlMultiplier = 3