Fix SweepingProvider by adding missing Reprovider.Interval configuration

Co-authored-by: guillaumemichel <15075495+guillaumemichel@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-08-27 10:29:29 +00:00
parent dfc5d2c9ee
commit 4f6d8dd8ce

View File

@ -553,6 +553,7 @@ func TestProvider(t *testing.T) {
apply: func(n *harness.Node) {
n.SetIPFSConfig("Reprovider.Sweep.Enabled", true)
n.SetIPFSConfig("Reprovider.Sweep.MaxWorkers", 6) // TODO: necessary otherswise Provide pinned+mfs fails. not sure why
n.SetIPFSConfig("Reprovider.Interval", "22h") // Required to enable provider system
},
},
}