Adjust comments to match name of exported methods

This commit is contained in:
Michael Eischer
2020-07-28 22:24:43 +02:00
parent dc31529fc3
commit d0329cf3eb
4 changed files with 5 additions and 3 deletions

View File

@@ -47,6 +47,8 @@ func New(be restic.Backend) *Repository {
return repo
}
// DisableAutoIndexUpdate deactives the automatic finalization and upload of new
// indexes once these are full
func (r *Repository) DisableAutoIndexUpdate() {
r.noAutoIndexUpdate = true
}