mirror of
https://github.com/rclone/rclone.git
synced 2025-12-10 05:13:45 +00:00
b2: Fix incorrect value of Precision - should be 1ms not 1s
This commit is contained in:
2
b2/b2.go
2
b2/b2.go
@@ -615,7 +615,7 @@ func (f *Fs) Rmdir() error {
|
|||||||
|
|
||||||
// Precision of the remote
|
// Precision of the remote
|
||||||
func (f *Fs) Precision() time.Duration {
|
func (f *Fs) Precision() time.Duration {
|
||||||
return time.Second
|
return time.Millisecond
|
||||||
}
|
}
|
||||||
|
|
||||||
// deleteByID deletes a file version given Name and ID
|
// deleteByID deletes a file version given Name and ID
|
||||||
|
|||||||
Reference in New Issue
Block a user