We're helping a client with some Shiny work, and they got a bit confused with some of the shiny pro docs. The section is
#### PRO ONLY ####
# Only up tp 20 connections per Shiny process and at most 3 Shiny processes
# per application. Proactively spawn a new process when our processes reach
# 90% capacity.
utilization_scheduler 20 .9 3;
#### END PRO ONLY ####
At first glance, it reads that only 20 connections are possible - which is what our client thought. Also Googling things like "shiny connection limits" brings up this section. Perhaps rewording indicating that it is a configuration option?
Also tp
-> to
Not sure if this the correct place for this suggestion