Unverified Commit 5a979c6e authored by Henrique Dias's avatar Henrique Dias Committed by GitHub

Update main.go

parent 9a9660e0
......@@ -57,10 +57,6 @@ func createTempRepo(ctx context.Context) (string, error) {
if err != nil {
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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment