🧊 aristotle: tune ipfs

This commit is contained in:
2021-07-09 22:36:48 -04:00
parent 80ad60db81
commit baf07fe418
2 changed files with 15 additions and 6 deletions

View File

@ -16,6 +16,15 @@
];
extraConfig = {
API = { HTTPHeaders = { Access-Control-Allow-Origin = [ "*" ]; }; };
Routing = { Type = "dhtclient"; };
Swarm = {
ConnMgr = {
Type = "basic";
LowWater = 25;
HighWater = 50;
GracePeriod = "1m0s";
};
};
};
};
};