mirror of https://github.com/certd/certd
chore:
parent
dd462989b5
commit
01c65578b0
|
@ -210,7 +210,7 @@ export function createAgent(opts: CreateAgentOptions = {}) {
|
||||||
opts = merge(
|
opts = merge(
|
||||||
{
|
{
|
||||||
autoSelectFamily: true,
|
autoSelectFamily: true,
|
||||||
autoSelectFamilyAttemptTimeout: 2000,
|
autoSelectFamilyAttemptTimeout: 1000,
|
||||||
},
|
},
|
||||||
opts
|
opts
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue