Skip to content

Commit

Permalink
disable feat
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienVdG committed Jan 23, 2023
1 parent af424b2 commit 559a534
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions server/opts.go
Expand Up @@ -1206,11 +1206,11 @@ func (o *Options) processConfigFileLine(k string, v interface{}, errors *[]error
}
deleteType := NoDelete
if del {
if hdel {
deleteType = HardDelete
} else {
deleteType = RenameDeleted
}
// if hdel {
// deleteType = HardDelete
// } else {
deleteType = RenameDeleted
// }
}
res, err = NewDirAccResolver2(dir, limit, sync, deleteType, opts...)
}
Expand Down

0 comments on commit 559a534

Please sign in to comment.