Skip to content

Commit

Permalink
add rds mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
jfchevrette committed Dec 6, 2019
1 parent e8efd47 commit 46f55cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rds.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ var DBMaxConnections = map[string]map[string]int64{
},
"db.m5.2xlarge": map[string]int64{
"default.postgres10": 3429,
"default.postgres11": 3429,
},
"db.m5.large": map[string]int64{
"default.postgres10": 823,
Expand Down

0 comments on commit 46f55cf

Please sign in to comment.