mirror of
https://github.com/rclone/rclone
synced 2025-03-22 04:24:24 +01:00
yandex: correct precision to 1ns
This commit is contained in:
parent
9ade179407
commit
cba27d2920
@ -370,7 +370,7 @@ func (f *Fs) purgeCheck(check bool) error {
|
|||||||
|
|
||||||
// Precision return the precision of this Fs
|
// Precision return the precision of this Fs
|
||||||
func (f *Fs) Precision() time.Duration {
|
func (f *Fs) Precision() time.Duration {
|
||||||
return time.Second
|
return time.Nanosecond
|
||||||
}
|
}
|
||||||
|
|
||||||
// Purge deletes all the files and the container
|
// Purge deletes all the files and the container
|
||||||
|
Loading…
x
Reference in New Issue
Block a user