mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-21 11:00:21 -05: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
|
|
)
|