mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-05-15 00:50:25 +02:00
internal/clientinfo: use ptr cache when listing clients
This commit is contained in:
committed by
Cuong Manh Le
parent
39a2cab051
commit
6e27f877ff
@@ -20,7 +20,7 @@ func newControlClient(addr string) *controlClient {
|
||||
return d.DialContext(ctx, "unix", addr)
|
||||
},
|
||||
},
|
||||
Timeout: time.Second * 5,
|
||||
Timeout: time.Second * 30,
|
||||
}}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user