You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In appsettings.json and appsetting.Development.json in a new cloudscribe project from the template, where Postgres is the selected EF storage option, add the following options to the example connection string:
Pooling=true;Minimum Pool Size=0;Maximum Pool Size=20;
This will enable connection pooling and sharing and reuse for Postgres database connections.
The text was updated successfully, but these errors were encountered:
In appsettings.json and appsetting.Development.json in a new cloudscribe project from the template, where Postgres is the selected EF storage option, add the following options to the example connection string:
Pooling=true;Minimum Pool Size=0;Maximum Pool Size=20;
This will enable connection pooling and sharing and reuse for Postgres database connections.
The text was updated successfully, but these errors were encountered: