Unverified Commit a596c970 authored by Henrique Dias's avatar Henrique Dias Committed by GitHub

Update main.go

parent 6eb481cd
......@@ -57,6 +57,10 @@ 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