1
0
mirror of https://github.com/rclone/rclone.git synced 2025-03-17 20:27:52 +02:00
Marco Paganini 3b0f944e23 Add time-based bandwidth limits.
- Change the --bwlimit command line parameter to accept both a limit (as
  before) or a full timetable (formatted as "hh:mm,limit
  hh:mm,limit...")
- The timetable is checked once a minute by a ticker function. A new
  tokenBucket is created every time a bandwidth change is necessary.
- This change is compatible with the SIGUSR2 change to toggle bandwidth
  limits.

This resolves #221.
2017-01-03 21:00:38 +00:00
..
2017-01-03 20:49:04 +00:00
2017-01-02 15:33:06 +00:00
2017-01-03 21:00:38 +00:00
2017-01-02 15:33:06 +00:00
2016-11-27 18:53:18 +00:00
2015-08-19 22:10:04 +01:00
2016-01-07 20:31:23 +00:00