This commit is contained in:
Benjamin Pracht
2024-12-19 17:32:03 -08:00
parent 246fed2b0a
commit 251ff60351
+1 -1
View File
@@ -157,7 +157,7 @@ func NewProber(params ProberParams) *Prober {
p := &Prober{
params: params,
}
p.clusters.SetBaseCap(16)
p.clusters.SetBaseCap(4)
return p
}