コード例 #1
0
ファイル: etcd.go プロジェクト: giannisalinetti/stolon
// setTimeout sets the timeout used for connecting to the store
func setTimeout(cfg *etcd.Config, time time.Duration) {
	cfg.HeaderTimeoutPerRequest = time
}