Add connect_delay to example and reference configs
This commit is contained in:
parent
2d6562846f
commit
1bb7964378
2 changed files with 7 additions and 0 deletions
|
@ -603,6 +603,7 @@ general {
|
|||
pace_wait = 10 seconds;
|
||||
short_motd = no;
|
||||
ping_cookie = no;
|
||||
connect_delay = 0 seconds;
|
||||
connect_timeout = 30 seconds;
|
||||
default_ident_timeout = 5;
|
||||
disable_auth = no;
|
||||
|
|
|
@ -1288,6 +1288,12 @@ general {
|
|||
*/
|
||||
ping_cookie = no;
|
||||
|
||||
/* connect delay: wait this long before processing commands from a newly
|
||||
* registered user. Used to allow network utility bots to perform any actions
|
||||
* (such as host changes or proxy scanning) before the user can join channels.
|
||||
*/
|
||||
connect_delay = 2 seconds;
|
||||
|
||||
/* connect timeout: sets how long we should wait for a connection
|
||||
* request to succeed
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue