mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-22 23:00:16 -05:00
9 lines
126 B
Go
9 lines
126 B
Go
package constants
|
|
|
|
import "time"
|
|
|
|
var (
|
|
ServiceStartTimeout = 5 * time.Second
|
|
ServicePingInterval = 50 * time.Millisecond
|
|
)
|