mirror of https://github.com/perkeep/perkeep.git
corpus: ignore exiftag rows for now
Change-Id: I5ccbb8517c8576bc0f554db73f2abd4b827b8388
This commit is contained in:
parent
7e2ca3da96
commit
88c3709e29
|
@ -180,6 +180,7 @@ var corpusMergeFunc = map[string]func(c *Corpus, k, v []byte) error{
|
|||
"imagesize": (*Corpus).mergeImageSizeRow,
|
||||
"wholetofile": (*Corpus).mergeWholeToFileRow,
|
||||
"exifgps": (*Corpus).mergeEXIFGPSRow,
|
||||
"exiftag": nil, // not using any for now
|
||||
}
|
||||
|
||||
func memstats() *runtime.MemStats {
|
||||
|
|
Loading…
Reference in New Issue