Fix upload bandwidth limit not being set

Lol, woops.
This commit is contained in:
Jonathan Coates
2021-10-13 17:56:12 +01:00
parent 482ae0d22e
commit 72e8fc03d3
@@ -348,6 +348,7 @@ public final class Config
ComputerCraft.httpMaxRequests = httpMaxRequests.get();
ComputerCraft.httpMaxWebsockets = httpMaxWebsockets.get();
ComputerCraft.httpDownloadBandwidth = httpDownloadBandwidth.get();
ComputerCraft.httpUploadBandwidth = httpUploadBandwidth.get();
NetworkUtils.reloadConfig();
// Peripheral