From: Daniel Martí Date: Tue, 7 Jan 2014 11:21:21 +0000 (+0100) Subject: Remove icon_max_size from the sample config X-Git-Tag: 0.1~23^2~32 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=63104871f627c3eb53afd8d494652280c8bc1dde;p=fdroidserver.git Remove icon_max_size from the sample config --- diff --git a/sampleconfigs/config.sample.py b/sampleconfigs/config.sample.py index ec62d2e4..8b9e64a2 100644 --- a/sampleconfigs/config.sample.py +++ b/sampleconfigs/config.sample.py @@ -21,10 +21,6 @@ mvn3 = "mvn3" # Command for running Gradle (command or full path) gradle = "gradle" -# Max height and width (in pixels) for the icons in the repo -# This corresponds to 72x72 pixels, i.e. mdpi -icon_max_size = 72 - # Set the maximum age (in days) of an index that a client should accept from # this repo. Setting it to 0 or not setting it at all disables this # functionality. If you do set this to a non-zero value, you need to ensure