mirror of
https://github.com/restic/restic.git
synced 2025-11-16 05:13:12 +00:00
rclone: Fix timeout calculation
This commit is contained in:
@@ -21,7 +21,7 @@ var defaultConfig = Config{
|
||||
Program: "rclone",
|
||||
Args: "serve restic --stdio --b2-hard-delete",
|
||||
Connections: 5,
|
||||
Timeout: "1m",
|
||||
Timeout: time.Minute,
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
||||
Reference in New Issue
Block a user