Disable thumbnails creation by default

This commit is contained in:
Evgeniy Khramtsov 2018-05-11 18:56:31 +03:00
parent 27594db029
commit c30715e67b
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ mod_options(_Host) ->
{service_url, undefined},
{custom_headers, []},
{rm_on_unregister, true},
{thumbnail, true}].
{thumbnail, false}].
-spec depends(binary(), gen_mod:opts()) -> [{module(), hard | soft}].
depends(_Host, _Opts) ->