b2: Fix incorrect value of Precision - should be 1ms not 1s

This commit is contained in:
Nick Craig-Wood 2016-03-24 15:23:27 +00:00
parent 02c11dd4a7
commit 93c60c34e1
1 changed files with 1 additions and 1 deletions

View File

@ -615,7 +615,7 @@ func (f *Fs) Rmdir() error {
// Precision of the remote
func (f *Fs) Precision() time.Duration {
return time.Second
return time.Millisecond
}
// deleteByID deletes a file version given Name and ID