Skip to content

Commit 0bfbb66

Browse files
committed
Increased connection limits on uranium
1 parent 253413d commit 0bfbb66

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

server/uranium.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ world:
2121
server_port: 43235 # MODIFIED
2222
ws_server_port: 43435 # MODIFIED
2323
want_feature_websockets: true
24-
max_connections_per_ip: 25 # MODIFIED
25-
max_connections_per_second: 50 # MODIFIED
24+
max_connections_per_ip: 100 # MODIFIED
25+
max_connections_per_second: 100 # MODIFIED
2626
max_packets_per_second: 200 # MODIFIED
2727
max_logins_per_second: 40 # MODIFIED
2828
max_logins_per_server_per_tick: 5 # Number of logins that will be processed for a server in 1 tick before making others in the queue wait for the next tick
@@ -49,7 +49,7 @@ world:
4949
want_registration_limit: true # Limits player registrations per 24 hours per IP
5050
registration_limit_count: 10 #The number of player registrations per 24 hours per IP
5151
packet_limit: 250 # MODIFIED
52-
connection_limit: 45 # MODIFIED
52+
connection_limit: 100 # MODIFIED
5353
connection_timeout: 15
5454
want_fatigue: true # Decides if fatigue is enabled in-game
5555
warn_excessive_captcha_failure: false # Decides if moderators will be alerted when a player fails typing captchas many times in a row

0 commit comments

Comments
 (0)