mirror of
https://github.com/simon987/imhashdb.git
synced 2025-12-16 07:49:04 +00:00
Option to store data on disk, dockerfile
This commit is contained in:
@@ -89,6 +89,13 @@ func main() {
|
||||
EnvVars: []string{"IMHASHDB_QUERY_CONCURRENCY"},
|
||||
Destination: &Conf.QueryConcurrency,
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "store",
|
||||
Value: "",
|
||||
Usage: "If set, store downloaded images there",
|
||||
EnvVars: []string{"IMHASHDB_STORE"},
|
||||
Destination: &Conf.Store,
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user