You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/4/configuration/_connect.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ attributes:
41
41
- name: globalmax
42
42
type: Number
43
43
required: false
44
-
default: '0'
44
+
default: '3'
45
45
description: |-
46
46
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.
47
47
- name: hardsendq
@@ -59,7 +59,7 @@ attributes:
59
59
- name: localmax
60
60
type: Number
61
61
required: false
62
-
default: '0'
62
+
default: '3'
63
63
description: |-
64
64
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.
65
65
- name: maxchans
@@ -107,7 +107,7 @@ attributes:
107
107
- name: reason
108
108
type: Text
109
109
required: false
110
-
default: Unauthorised connection
110
+
default: You are not allowed to connect to this server.
111
111
description: |-
112
112
If `<connect:deny>` is set then the reason to give when disconnecting a user.
113
113
- name: resolvehostnames
@@ -131,7 +131,7 @@ attributes:
131
131
- name: threshold
132
132
type: Number
133
133
required: false
134
-
default: '10'
134
+
default: '20'
135
135
description: |-
136
136
The maximum amount of penalty that a user can have before being fakelagged or killed if fakelag is turned off.
0 commit comments