fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

Select the types of activity you want to include in your feed.

Correct the compound shards metric (#913)

Fixes a bug I introduced in #891.

+1 -1
+1 -1
cmd/zoekt-sourcegraph-indexserver/main.go
··· 1235 1235 compoundFns = append(compoundFns, fn) 1236 1236 } 1237 1237 } 1238 - metricNumberCompoundShards.Set(float64(len(fns))) 1238 + metricNumberCompoundShards.Set(float64(len(compoundFns))) 1239 1239 } 1240 1240 1241 1241 func rootCmd() *ffcli.Command {