parent
4fe39f9e9e
commit
430f11a6d2
2 changed files with 10 additions and 6 deletions
|
@ -37,7 +37,7 @@ const (
|
|||
)
|
||||
|
||||
func init() {
|
||||
ctx = context.TODO()
|
||||
ctx, _ = context.WithTimeout(ctx.Background(), etcdTimeout)
|
||||
|
||||
etcdCfg := etcdc.Config{
|
||||
Endpoints: []string{"http://localhost:2379"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue