mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-22 23:00:16 -05:00
9 lines
350 B
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
|