Connecting from .net application to PostgresDB. There are 20+ applications connecting. How many connection does postgre support in total.
Connection string sample:
"ConnectionString": "......... Pooling=true; Minimum Pool Size=50; Maximum Pool Size=200;"
In docs noticed its mentioned 100+15, But on some applications it have 50 Minimum pool already