mirror of
https://github.com/rclone/rclone.git
synced 2025-02-20 07:48:33 +02:00
b2: Fix incorrect value of Precision - should be 1ms not 1s
This commit is contained in:
parent
02c11dd4a7
commit
93c60c34e1
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user