Files
steampipe/constants/control_execute.go

9 lines
350 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
// The maximum number of seconds to wait for control queries to finish cancelling
const QueryCancellationTimeout = 30