mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Renames the config flag to from "megapixel-limit" to "resolution-limit". Adds native support for the WebP image file format.
This commit is contained in:
@@ -42,7 +42,7 @@ func configAction(ctx *cli.Context) error {
|
||||
// Originals.
|
||||
fmt.Printf("%-25s %s\n", "originals-path", conf.OriginalsPath())
|
||||
fmt.Printf("%-25s %d\n", "originals-limit", conf.OriginalsLimit())
|
||||
fmt.Printf("%-25s %d\n", "megapixel-limit", conf.MegapixelLimit())
|
||||
fmt.Printf("%-25s %d\n", "resolution-limit", conf.ResolutionLimit())
|
||||
|
||||
// Other paths.
|
||||
fmt.Printf("%-25s %s\n", "storage-path", conf.StoragePath())
|
||||
|
||||
Reference in New Issue
Block a user