altmp / altv-issues

Issues and roadmap for alt:V project
93 stars 16 forks source link

Download speed settings #1560

Open Phill030 opened 2 years ago

Phill030 commented 2 years ago

Description of the problem

Currently there is no way to handle the download speed when joining a server

Desired solution for the problem

There could be an option in the settings for it where you could change the max download speed like [Speed] | [Kb/Mb/Gb]

Alternatives you considered

No response

Additional context

No response

Version

No response

MyHwu9508 commented 2 years ago

When using a CDN you can give each user that downloads your file a fixed max bandwith. Apache2 and nginx are supporting such things.

zziger commented 2 years ago

When using a CDN you can give each user that downloads your file a fixed max bandwith. Apache2 and nginx are supporting such things.

He means like a max speed set by a user

C0kkie commented 1 year ago

Should work in dev/14.0-dev13

hunteriii commented 4 months ago

I think it's time to close this.

# altv.toml
maxDownloadSpeed = 0

@C0kkie