datacommonsorg/mixer

Remove search cache from non-svg service groups

Fructokinase opened this issue · 1 comments

Create a flag in main.go to indicate which service groups need search cache. Do not build search cache for all other service groups to conserve memory.

This has been added here:

useSearch = flag.Bool("use_search", true, "Uses stat-var search. Will build search indexes.")