modules/ipfs: tweak routing
This commit is contained in:
parent
4cd6a72694
commit
da60143643
1 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ in {
|
||||||
Parameters = {
|
Parameters = {
|
||||||
Mode = "auto";
|
Mode = "auto";
|
||||||
PublicIPNetwork = true;
|
PublicIPNetwork = true;
|
||||||
AcceleratedDHTClient = true;
|
AcceleratedDHTClient = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
CidContact = {
|
CidContact = {
|
||||||
|
@ -129,7 +129,7 @@ in {
|
||||||
RouterName = "PrivateVoid";
|
RouterName = "PrivateVoid";
|
||||||
IgnoreErrors = true;
|
IgnoreErrors = true;
|
||||||
Timeout = "5s";
|
Timeout = "5s";
|
||||||
ExecuteAfter = "1s";
|
ExecuteAfter = "200ms";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue