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 = {
|
||||
Mode = "auto";
|
||||
PublicIPNetwork = true;
|
||||
AcceleratedDHTClient = true;
|
||||
AcceleratedDHTClient = false;
|
||||
};
|
||||
};
|
||||
CidContact = {
|
||||
|
@ -129,7 +129,7 @@ in {
|
|||
RouterName = "PrivateVoid";
|
||||
IgnoreErrors = true;
|
||||
Timeout = "5s";
|
||||
ExecuteAfter = "1s";
|
||||
ExecuteAfter = "200ms";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue