mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
Limit connection to database to 100
This commit is contained in:
@@ -47,6 +47,8 @@ select version();
|
|||||||
|
|
||||||
-- Database
|
-- Database
|
||||||
CREATE DATABASE signalk;
|
CREATE DATABASE signalk;
|
||||||
|
-- Limit connection to 100
|
||||||
|
ALTER DATABASE signalk WITH CONNECTION LIMIT = 100;
|
||||||
|
|
||||||
-- connext to the DB
|
-- connext to the DB
|
||||||
\c signalk
|
\c signalk
|
||||||
|
Reference in New Issue
Block a user