-- Revert the join ceiling to 60/min for installs still on the raised default -- (preserves any explicit admin override at another value). UPDATE config SET value = '60' WHERE key = 'join_ip_rate_per_min' AND value = '300';