Skip to content

Commit 68df360

Browse files
committed
increase pg max connections
1 parent b9a28c2 commit 68df360

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ecosystem.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ let arr = [
111111
{
112112
name: "inserter",
113113
group: "backend",
114+
env: {
115+
POSTGRES_MAX_CONNECTIONS: "50",
116+
},
114117
},
115118
// {
116119
// name: 'cacher',

0 commit comments

Comments
 (0)