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

Configure Feed

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

indexserver: Force re-index if indexing via debug page

Fixes https://github.com/sourcegraph/sourcegraph/issues/4889

Change-Id: I427198ea672f62672209f26b30eb045358add994

+1
+1
cmd/zoekt-sourcegraph-indexserver/main.go
··· 380 380 args := s.defaultArgs() 381 381 args.Name = name 382 382 args.Commit = commit 383 + args.Incremental = false // force re-index 383 384 return s.Index(args) 384 385 } 385 386 err := index()