mirror of
https://github.com/restic/restic.git
synced 2025-11-15 09:22:49 +00:00
Adjust comments to match name of exported methods
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user