Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
rate limit does not work #21301
rate limit does not work #21301
Comments
|
You can't get ideally flat graph since the whole principle of rate limiting is to sleep between downloading blocks of data. The bigger a block the more efficiently data is processed and the more spikes graph has.
Obviously this will result in less efficient processing. |
Checklist
Verbose log
Description
I've limited rate to 2M with
-r 2000Kbut it seems not work. The speed will keep about 2M/s for a while and suddenly increase to 20M/s so the network usage graph looks like a pulse graphic. Can this be fixed?