mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-07 18:00:05 -05:00
6 lines
231 B
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
|