mirror of
https://github.com/mikedilger/chorus.git
synced 2026-01-03 06:15:33 +00:00
bump max connections per ip default to 5
This commit is contained in:
parent
3820813393
commit
227a104e0f
@ -258,6 +258,6 @@ timeout_seconds = 60
|
||||
|
||||
# Maximum number of websocket connections per IP address
|
||||
#
|
||||
# Default is 2
|
||||
# Default is 5
|
||||
#
|
||||
max_connections_per_ip = 2
|
||||
max_connections_per_ip = 5
|
||||
@ -225,4 +225,4 @@ Default is 60
|
||||
|
||||
Maximum number of websocket connections per IP address
|
||||
|
||||
Default is 2
|
||||
Default is 5
|
||||
|
||||
@ -29,4 +29,4 @@ client_log_level = "Warn"
|
||||
enable_ip_blocking = true
|
||||
minimum_ban_seconds = 1
|
||||
timeout_seconds = 60
|
||||
max_connections_per_ip = 2
|
||||
max_connections_per_ip = 5
|
||||
|
||||
@ -68,7 +68,7 @@ impl Default for FriendlyConfig {
|
||||
enable_ip_blocking: true,
|
||||
minimum_ban_seconds: 1,
|
||||
timeout_seconds: 60,
|
||||
max_connections_per_ip: 2,
|
||||
max_connections_per_ip: 5,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user