diff --git a/src/mod_http_upload.erl b/src/mod_http_upload.erl index e9dc9cff7..7cc4bd56b 100644 --- a/src/mod_http_upload.erl +++ b/src/mod_http_upload.erl @@ -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) ->