package bridge

import "time"

const (
	DefaultConnectionTimeout = 60 * time.Second
)
