Remove obsolete compact option

indexv1
Martin Boehm 2018-02-26 16:44:25 +01:00
parent d1bf8a60dc
commit 32d99e56eb
1 changed files with 4 additions and 5 deletions

View File

@ -52,7 +52,6 @@ var (
syncWorkers = flag.Int("workers", 8, "number of workers to process blocks")
dryRun = flag.Bool("dryrun", false, "do not index blocks, only download")
parse = flag.Bool("parse", false, "use in-process block parsing")
compactDBTriggerMB = flag.Int64("compact", -1, "invoke compaction when db size exceeds value in MB (default no compaction)")
httpServerBinding = flag.String("httpserver", "", "http server binding [address]:port, (default no http server)")