mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-10 02:40:11 +08:00
Fix SweepingProvider by adding missing Reprovider.Interval configuration
Co-authored-by: guillaumemichel <15075495+guillaumemichel@users.noreply.github.com>
This commit is contained in:
parent
dfc5d2c9ee
commit
4f6d8dd8ce
@ -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
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user