Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2018-02-05 23:12:36 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2018-02-05 23:12:36 +0300
commit232b66b0f4cd66ddca4ab98a903d8617e79e2a34 (patch)
tree1885f81a8fd335158cc1c8938db232fdb652ee26 /rebar.config
parent3327da72a6916824a1d27442b14ae04b32705d79 (diff)
Introduce 'rate_limit' option of mod_avatar
The option controls how many avatars a user can upload per minute. The option takes positive integer values. The default is 10. Note that the option only takes effect when an avatar is about to convert to a different format, i.e. it implies that `convert` option is configured.
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 512065fe4..aaefcdb59 100644
--- a/rebar.config
+++ b/rebar.config
@@ -31,7 +31,7 @@
{p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.2"}}},
{jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.8.4"}}},
{fs, ".*", {git, "https://github.com/synrc/fs", "bed9467"}},
- {eimp, ".*", {git, "https://github.com/processone/eimp", "c7201d18"}},
+ {eimp, ".*", {git, "https://github.com/processone/eimp", "6858909d"}},
{if_var_true, stun, {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.20"}}}},
{if_var_true, sip, {esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.21"}}}},
{if_var_true, mysql, {p1_mysql, ".*", {git, "https://github.com/processone/p1_mysql",