[srvx-commits] CVS: services srvx.conf.example,1.19,1.20
Brought to you by:
entrope
|
From: Entrope <en...@us...> - 2002-07-06 05:08:54
|
Update of /cvsroot/srvx/services
In directory usw-pr-cvs1:/tmp/cvs-serv22650
Modified Files:
srvx.conf.example
Log Message:
change the (documented and coded) default luser policer to match normal IRC parameters
Index: srvx.conf.example
===================================================================
RCS file: /cvsroot/srvx/services/srvx.conf.example,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** srvx.conf.example 4 Jul 2002 03:33:04 -0000 1.19
--- srvx.conf.example 6 Jul 2002 05:08:51 -0000 1.20
***************
*** 200,205 ****
"policers" {
"commands-luser" {
! "size" "3";
! "drain-rate" "0.33";
};
};
--- 200,205 ----
"policers" {
"commands-luser" {
! "size" "5";
! "drain-rate" "0.5";
};
};
|