Info.json

Hi there,
When my server exceeds 200 players (imprecise number), other players can no longer connect. I have been told that info.json has a ratelimit and that this prevents other players from connecting.
Here is my configuration

endpoint_add_tcp "10.0.50.2:30120"
endpoint_add_tcp "ourIpAdress1"
endpoint_add_udp "10.0.50.2:30120"
sv_endpointPrivacy true
set sv_endpoints "ourIpAdress2:30120"
set sv_listingIpOverride "ourIpAdress2"
set sv_proxyIPRanges "ourIpAdress2/32"
set sv_forceIndirectListing false
setr voice_enableRadioAnim 1
setr voice_useNativeAudio true
setr voice_useSendingRangeOnly true
setr voice_externalAddress "ourIpAdress3"
setr voice_externalPort 30120
setr voice_hideEndpoints 1
fileserver_add ".*" "ourWebSite"
fileserver_list
adhesive_cdnKey "SecurePassphrase"

What do you think?

Unless you have 200 people connecting at the same time rather than 200 active players. I don’t see why the .json endpoints would cause this. I dont think this is the root cause of your problem.