Network Bandwith Limit

Okay, I fixed the problem, im going to leave the answer here so people facing similar problem can refer to.

On DefaultGame.ini set

[/Script/Engine.GameNetworkManager]
TotalNetBandwidth=800000
MaxDynamicBandwidth=800000
MinDynamicBandwidth=4000

On DefaultEngine.ini set

[/Script/OnlineSubsystemUtils.IpNetDriver]
MaxClientRate=800000
MaxInternetClientRate=800000

[/Script/Engine.Player]
ConfiguredInternetSpeed=800000 
ConfiguredLanSpeed=800000

Greetings,

I have noticed that my bandwidth gets hard limited to 10KB/s and I fail to see where i can increase this value. I am building a multiplayer horde shooter and 10KB/s definitely falls short since my aim is to have over 50 networked enemy characters, even with basic math i can calculate that i need at least 24 KB/s

And if i am being honest 10 KB/s limit seems way too small, we should be able to safely assume that any modern connection has at least 1MB/s connection that they can freely use on game.