Skip to content

Commit

Permalink
perf(serving): default to more performant approximate totals (#4896)
Browse files Browse the repository at this point in the history
  • Loading branch information
schroederc committed Apr 22, 2021
1 parent 6f97aa2 commit 0ebe191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kythe/go/serving/xrefs/xrefs.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var (
experimentalCrossReferenceIndirectionKinds flagutil.StringMultimap

// TODO(schroederc): remove once relevant clients specify their required quality
defaultTotalsQuality = flag.String("experimental_default_totals_quality", "PRECISE_TOTALS", "Default TotalsQuality when unspecified in CrossReferencesRequest")
defaultTotalsQuality = flag.String("experimental_default_totals_quality", "APPROXIMATE_TOTALS", "Default TotalsQuality when unspecified in CrossReferencesRequest")
)

func init() {
Expand Down

0 comments on commit 0ebe191

Please sign in to comment.