Skip to content

Commit

Permalink
(fix): formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed May 6, 2024
1 parent 4ef6552 commit 54a6b95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions servers/fdr-deploy/bin/fdr-deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async function main() {
redisClusteringModeEnabled: false,
memory: 1024,
cpu: 512,
cacheName: "FernDocsCache"
cacheName: "FernDocsCache",
},
{
env: { account: "985111089818", region: "us-east-1" },
Expand All @@ -54,7 +54,7 @@ async function main() {
memory: 4096,
redisClusteringModeEnabled: false,
cpu: 2048,
cacheName: "FernDocsCacheTwo"
cacheName: "FernDocsCacheTwo",
},
{
env: { account: "985111089818", region: "us-east-1" },
Expand Down

0 comments on commit 54a6b95

Please sign in to comment.