/etc/X11/xorg.conf.d/99-maxclients.conf
Section "ServerFlags"
Option "MaxClients" "512"
EndSection
Best guess at current connections on the system,
Note : this is not nessasarily accurate for various reasons.
netstat -an --unix | grep X11-unix | wc -l