From cba27d2920002ac5df28e45d2e5ba16ab47af938 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Wed, 30 Dec 2015 20:47:44 +0000 Subject: [PATCH] yandex: correct precision to 1ns --- yandex/yandex.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yandex/yandex.go b/yandex/yandex.go index 7f3a0ea93..395cb2af8 100644 --- a/yandex/yandex.go +++ b/yandex/yandex.go @@ -370,7 +370,7 @@ func (f *Fs) purgeCheck(check bool) error { // Precision return the precision of this Fs func (f *Fs) Precision() time.Duration { - return time.Second + return time.Nanosecond } // Purge deletes all the files and the container