mod_http_upload: Apply minor cosmetic changes

This commit is contained in:
Holger Weiss 2015-10-25 01:25:30 +02:00
parent 9337b3ea39
commit 4b0b66cfbf
2 changed files with 3 additions and 3 deletions

View File

@ -193,8 +193,8 @@ The configurable mod_http_upload_quota options are:
This option defines which access rule is used to specify the "soft quota"
for the matching JIDs. That rule must yield a positive number of
megabytes for any JID that is supposed to have a quota limit. It is
recommended to make sure the soft quota will be smaller than the hard quota.
See the description of the 'access_hard_quota' option for details.
recommended to make sure the soft quota will be smaller than the hard
quota. See the description of the 'access_hard_quota' option for details.
NOTE: It's not necessary to specify the 'access_hard_quota' and
'access_soft_quota' options in order to use the quota feature. You can

View File

@ -228,7 +228,7 @@ code_change(_OldVsn, #state{server_host = ServerHost} = State, _Extra) ->
{ok, State}.
%%--------------------------------------------------------------------
%% ejabberd_hooks callbacks.
%% ejabberd_hooks callback.
%%--------------------------------------------------------------------
-spec handle_slot_request(term(), jid(), binary(), non_neg_integer(), binary())