Skip to content

Commit dcf3f4c

Browse files
committed
Fix the v4 <connect> default documentation.
1 parent d2f7eb3 commit dcf3f4c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/4/configuration/_connect.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ attributes:
4141
- name: globalmax
4242
type: Number
4343
required: false
44-
default: '0'
44+
default: '3'
4545
description: |-
4646
The maximum number of clones per host (see [`<cidr>`](#cidr)) that can be on the entire network for users in this connect class. Set to 0 for no limit.
4747
- name: hardsendq
@@ -59,7 +59,7 @@ attributes:
5959
- name: localmax
6060
type: Number
6161
required: false
62-
default: '0'
62+
default: '3'
6363
description: |-
6464
The maximum number of clones per host (see [`<cidr>`](#cidr)) that can be on the local server for users in this connect class. Set to 0 for no limit.
6565
- name: maxchans
@@ -107,7 +107,7 @@ attributes:
107107
- name: reason
108108
type: Text
109109
required: false
110-
default: Unauthorised connection
110+
default: You are not allowed to connect to this server.
111111
description: |-
112112
If `<connect:deny>` is set then the reason to give when disconnecting a user.
113113
- name: resolvehostnames
@@ -131,7 +131,7 @@ attributes:
131131
- name: threshold
132132
type: Number
133133
required: false
134-
default: '10'
134+
default: '20'
135135
description: |-
136136
The maximum amount of penalty that a user can have before being fakelagged or killed if fakelag is turned off.
137137
- name: timeout

0 commit comments

Comments
 (0)