mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-05 15:00:29 +00:00
Fix upload bandwidth limit not being set
Lol, woops.
This commit is contained in:
parent
482ae0d22e
commit
72e8fc03d3
@ -348,6 +348,7 @@ public final class Config
|
|||||||
ComputerCraft.httpMaxRequests = httpMaxRequests.get();
|
ComputerCraft.httpMaxRequests = httpMaxRequests.get();
|
||||||
ComputerCraft.httpMaxWebsockets = httpMaxWebsockets.get();
|
ComputerCraft.httpMaxWebsockets = httpMaxWebsockets.get();
|
||||||
ComputerCraft.httpDownloadBandwidth = httpDownloadBandwidth.get();
|
ComputerCraft.httpDownloadBandwidth = httpDownloadBandwidth.get();
|
||||||
|
ComputerCraft.httpUploadBandwidth = httpUploadBandwidth.get();
|
||||||
NetworkUtils.reloadConfig();
|
NetworkUtils.reloadConfig();
|
||||||
|
|
||||||
// Peripheral
|
// Peripheral
|
||||||
|
Loading…
Reference in New Issue
Block a user