mod_http_upload: Apply minor cosmetic changes
This commit is contained in:
parent
9337b3ea39
commit
4b0b66cfbf
|
@ -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"
|
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
|
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
|
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.
|
recommended to make sure the soft quota will be smaller than the hard
|
||||||
See the description of the 'access_hard_quota' option for details.
|
quota. See the description of the 'access_hard_quota' option for details.
|
||||||
|
|
||||||
NOTE: It's not necessary to specify the 'access_hard_quota' and
|
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
|
'access_soft_quota' options in order to use the quota feature. You can
|
||||||
|
|
|
@ -228,7 +228,7 @@ code_change(_OldVsn, #state{server_host = ServerHost} = State, _Extra) ->
|
||||||
{ok, State}.
|
{ok, State}.
|
||||||
|
|
||||||
%%--------------------------------------------------------------------
|
%%--------------------------------------------------------------------
|
||||||
%% ejabberd_hooks callbacks.
|
%% ejabberd_hooks callback.
|
||||||
%%--------------------------------------------------------------------
|
%%--------------------------------------------------------------------
|
||||||
|
|
||||||
-spec handle_slot_request(term(), jid(), binary(), non_neg_integer(), binary())
|
-spec handle_slot_request(term(), jid(), binary(), non_neg_integer(), binary())
|
||||||
|
|
Loading…
Reference in New Issue