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: server/uranium.conf
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@ world:
21
21
server_port: 43235 # MODIFIED
22
22
ws_server_port: 43435 # MODIFIED
23
23
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
26
26
max_packets_per_second: 200 # MODIFIED
27
27
max_logins_per_second: 40 # MODIFIED
28
28
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:
49
49
want_registration_limit: true # Limits player registrations per 24 hours per IP
50
50
registration_limit_count: 10 #The number of player registrations per 24 hours per IP
51
51
packet_limit: 250 # MODIFIED
52
-
connection_limit: 45 # MODIFIED
52
+
connection_limit: 100 # MODIFIED
53
53
connection_timeout: 15
54
54
want_fatigue: true # Decides if fatigue is enabled in-game
55
55
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