1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-12-14 20:20:30 +00:00

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
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06

View File

@ -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