From 1e5179c5cf6e379280185d95ee9405b8e6c99472 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 31 Jan 2014 15:37:23 +0100 Subject: [PATCH] Raise trafic limit --- root/etc/e-smith/templates/etc/ejabberd/ejabberd.cfg/45c2sS2SConf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/root/etc/e-smith/templates/etc/ejabberd/ejabberd.cfg/45c2sS2SConf b/root/etc/e-smith/templates/etc/ejabberd/ejabberd.cfg/45c2sS2SConf index c9afd1b..2d8bff5 100644 --- a/root/etc/e-smith/templates/etc/ejabberd/ejabberd.cfg/45c2sS2SConf +++ b/root/etc/e-smith/templates/etc/ejabberd/ejabberd.cfg/45c2sS2SConf @@ -3,11 +3,11 @@ % Users can use c2s connections: {access, c2s, [{allow, all}]}. -% Set shaper with name "normal" to limit traffic speed to 10000B/s -{shaper, normal, {maxrate, 10000}}. +% Set shaper with name "normal" to limit traffic speed to 1000000B/s +{shaper, normal, {maxrate, 1000000}}. -% Set shaper with name "fast" to limit traffic speed to 500000B/s -{shaper, fast, {maxrate, 500000}}. +% Set shaper with name "fast" to limit traffic speed to 10000000B/s +{shaper, fast, {maxrate, 10000000}}. % For all users except admins used "normal" shaper {access, c2s_shaper, [{none, admin},