ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/doc/reference.conf
(Generate patch)

Comparing ircd-hybrid/trunk/doc/reference.conf (file contents):
Revision 3059 by michael, Thu Feb 27 17:06:58 2014 UTC vs.
Revision 3341 by michael, Fri Apr 18 12:47:52 2014 UTC

# Line 948 | Line 948 | general {
948          services_name = "service.someserver";
949  
950          /* max_watch: maximum WATCH entries a client can have. */
951 <        max_watch = 60;
951 >        max_watch = 50;
952  
953          /* gline_enable: enable glines (network-wide temporary klines). */
954          gline_enable = yes;
# Line 988 | Line 988 | general {
988           * automatically to the new nick. kill_chase_time_limit is the maximum
989           * time following a nickname change that this chasing will apply.
990           */
991 <        kill_chase_time_limit = 90 seconds;
991 >        kill_chase_time_limit = 30 seconds;
992  
993          /*
994           * hide_spoof_ips: if disabled, opers will be allowed to see the real
# Line 1051 | Line 1051 | general {
1051          min_nonwildcard_simple = 3;
1052  
1053          /* max_accept: maximum allowed /accept's for +g usermode. */
1054 <        max_accept = 20;
1054 >        max_accept = 50;
1055  
1056          /* anti_nick_flood: enable the nickflood control code. */
1057          anti_nick_flood = yes;
# Line 1071 | Line 1071 | general {
1071           * a warning is given, or before the link is dropped. All servers
1072           * should run ntpdate/rdate to keep clocks in sync
1073           */
1074 <        ts_warn_delta = 30 seconds;
1075 <        ts_max_delta = 5 minutes;
1074 >        ts_warn_delta = 10 seconds;
1075 >        ts_max_delta = 2 minutes;
1076  
1077          /*
1078           * warn_no_nline: warn opers about servers that try to connect but

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)