implement bandwidth throttling #189
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
would have to monitor uploads and downloads and apply global limits from preferences.
would need something like a token bucket
https://code.activestate.com/recipes/511490-implementation-of-the-token-bucket-algorithm/
In 9f3374a/openmedialibrary: