Make default thumbnail quality 75

This commit is contained in:
Kovid Goyal 2013-09-16 11:44:58 +05:30
parent 26f3d27fdb
commit 6a893e48d8

View File

@ -204,7 +204,7 @@ class SMART_DEVICE_APP(DeviceConfig, DevicePlugin):
THUMBNAIL_HEIGHT = 160
DEFAULT_THUMBNAIL_HEIGHT = 160
THUMBNAIL_COMPRESSION_QUALITY = 70
THUMBNAIL_COMPRESSION_QUALITY = 75
PREFIX = ''
BACKLOADING_ERROR_MESSAGE = None
@ -317,7 +317,7 @@ class SMART_DEVICE_APP(DeviceConfig, DevicePlugin):
False, '',
'', '',
True, '',
True, '70'
True, '75'
]
OPT_AUTOSTART = 0
OPT_PASSWORD = 2