there's just the memory limit and the fact that the DO is single-threaded. Each new connection presu

there's just the memory limit and the fact that the DO is single-threaded. Each new connection presumably takes some memory and some CPU time to handle messages, but there's no explciit limit on number of connections.
Was this page helpful?