From a524bc557ee154d5880153d9b8da680e0b5f3e85 Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 2 Feb 2020 20:58:10 +0100 Subject: compiler: tweak default thumbnail size For better packing. --- compiler/src/Config.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/src/Config.hs') diff --git a/compiler/src/Config.hs b/compiler/src/Config.hs index d670aae..4c9aa40 100644 --- a/compiler/src/Config.hs +++ b/compiler/src/Config.hs @@ -51,7 +51,7 @@ instance FromJSON CompilerConfig where <*> v .:? "includedFiles" .!= ["*"] <*> v .:? "excludedFiles" .!= [] <*> v .:? "tagsFromDirectories" .!= 0 - <*> v .:? "thumbnailMaxResolution" .!= (Resolution 400 400) + <*> v .:? "thumbnailMaxResolution" .!= (Resolution 400 300) <*> v .:? "pictureMaxResolution" -- cgit v1.2.3