Skip to content
Snippets Groups Projects
Unverified Commit 5a979c6e authored by Henrique Dias's avatar Henrique Dias Committed by GitHub
Browse files

Update main.go

parent 9a9660e0
Branches
Tags
No related merge requests found
......@@ -58,10 +58,6 @@ func createTempRepo(ctx context.Context) (string, error) {
return "", err
}
// Add your custom configuration to the repository config
// For example, you can enable sharding with:
// cfg.Experimental.ShardingEnabled = true
// Create the repo with the config
err = fsrepo.Init(repoPath, cfg)
if err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment