iquercorb / OpenModMan

Open Mod Manager - Open source and generic Mod ("Modifications") manager.
GNU General Public License v3.0
88 stars 5 forks source link

Download throttling #58

Closed gcask closed 8 months ago

gcask commented 8 months ago

OMM is almost too efficient for its own good: when downloading many packages from GDrive, Google will lock you out. It's likely you may hit the same results with other providers.

It would be nice if OMM had a download limiter to avoid running into those issues.

iquercorb commented 8 months ago

hem... what kind of limiter ? download rate ? download count ?

gcask commented 8 months ago

Yes: max concurrent downloads and rate limiter are both pretty standard and good options!

iquercorb commented 8 months ago

feature is implemented internally, will be available in the next release

gcask commented 8 months ago

Great! Many thanks, looking forward to it!