mirror of
https://github.com/turbot/steampipe.git
synced 2026-05-09 12:00:22 -04:00
10 lines
193 B
Go
10 lines
193 B
Go
package constants
|
|
|
|
import "time"
|
|
|
|
var (
|
|
DashboardServiceStartTimeout = 30 * time.Second
|
|
DBConnectionTimeout = 5 * time.Second
|
|
ServicePingInterval = 50 * time.Millisecond
|
|
)
|