chunk: don't limit tor bandwidth

This commit is contained in:
cy 2025-02-11 22:41:08 -05:00
parent 84bf386306
commit d2b07a1ec1
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts

View file

@ -10,7 +10,7 @@
settings = { settings = {
ORPort = 9001; ORPort = 9001;
Nickname = "chunk"; Nickname = "chunk";
MaxAdvertisedBandwidth = "20MBytes"; # MaxAdvertisedBandwidth = "20MBytes";
}; };
}; };
} }