Fast implementation of Git in pure Go codeberg.org/lindenii/furgit
git go
6
fork

Configure Feed

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

commitquery: Ah right, again.

Runxi Yu 8ebf772b e83415f7

+1 -4
+1 -4
commitquery/queries_new.go
··· 12 12 // 13 13 // Labels: Deps-Borrowed. 14 14 func New(store objectstore.ReadingStore, graph *commitgraphread.Reader) *Queries { 15 - maxIdle := runtime.GOMAXPROCS(0) 16 - if maxIdle < 1 { 17 - maxIdle = 1 18 - } 15 + maxIdle := max(runtime.GOMAXPROCS(0), 1) 19 16 20 17 return &Queries{ 21 18 store: store,