Skip to content

Commit

Permalink
Removing mod_http_upload from rebar.config
Browse files Browse the repository at this point in the history
  • Loading branch information
Janusz Jakubiec authored and Janusz Jakubiec committed Oct 28, 2021
1 parent ece5632 commit 047d066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
mongoose_rdbms_backend,
ejabberd_sm_backend,
mod_bosh_backend,
mod_global_distrib_mapping_backend, mod_http_upload_backend,
mod_global_distrib_mapping_backend,
mod_keystore_backend,
mod_mam_cassandra_arch_params,
mod_mam_cassandra_prefs_params, mod_mam_muc_cassandra_arch_params,
Expand Down
2 changes: 1 addition & 1 deletion src/http_upload/mod_http_upload_backend.erl
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ init(HostType, Opts) ->
{PUTURL :: binary(), GETURL :: binary(), Headers :: #{binary() => binary()}}.
create_slot(HostType, UTCDateTime, UUID, Filename, ContentType, Size, Opts) ->
Args = [UTCDateTime, UUID, Filename, ContentType, Size, Opts],
mongoose_backend:call_tracked(HostType, ?MAIN_MODULE, ?FUNCTION_NAME, Args).
mongoose_backend:call_tracked(HostType, ?MAIN_MODULE, ?FUNCTION_NAME, Args).

0 comments on commit 047d066

Please sign in to comment.