You're not wrong that I would like all players to change their rates but that won't happen. Everyone except uber music anyways because that guys stomps me lol The server can, at the most, use these commands.
sv_mincmdrate 99; sv_maxcmdrate 99, sv_maxupdaterate 100, sv_minupdaterate 100; sv_minrate 200000; sv_maxrate 200000; sv_client_cmdrate_difference 1
This will effect all players^ They won't be choked by defaults rates except those larger than 1260 before compression because they are sent once per frame due to the default value of net_splitrate 1, and will not have timing issues caused by identical update/cmd rates.
sv_client_min_interp_ratio 1.5; sv_client_max_interp_ratio 1.5
Will effect players using most of the hitreg configs available^ Players with good net using configs won't have unnecessarily poor hitreg effected by extrapolation.
Thanks for considering these changes.