mirror of
https://github.com/rclone/rclone.git
synced 2025-01-24 07:10:25 +01:00
cc4f5ba7ba
Sending rclone a SIGUSR2 signal will toggle the limiter between off and the limit set with the --bwlimit command-line option.
11 lines
212 B
Go
11 lines
212 B
Go
// Accounting and limiting reader
|
|
// Windows specific functions.
|
|
|
|
// +build windows
|
|
|
|
package fs
|
|
|
|
// startSignalHandler() is Unix specific and does nothing under windows
|
|
// platforms.
|
|
func startSignalHandler() {}
|