Skip to content

Commit

Permalink
Merge pull request #24 from apahim/db.t3.small
Browse files Browse the repository at this point in the history
Adding db.t3.small max_connections
  • Loading branch information
apahim authored Aug 5, 2020
2 parents c026b7f + 1b90d0e commit 772c914
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rds.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ var DBMaxConnections = map[string]map[string]int64{
"default.postgres10": 112,
"default.postgres11": 112,
},
"db.t3.small": map[string]int64{
"default": 225,
"default.postgres10": 225,
"default.postgres11": 225,
"default.postgres12": 225,
},
"db.m3.medium": map[string]int64{
"default": 392,
},
Expand Down

0 comments on commit 772c914

Please sign in to comment.