Skip to content

Commit

Permalink
Revert changes about connection pool
Browse files Browse the repository at this point in the history
  • Loading branch information
waisingyiu committed Apr 18, 2024
1 parent 267035a commit 234cebd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion notificationworkerlambda/cdk/lib/senderworker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ class SenderWorker extends cdkcore.Construct {
Stack: scope.stack,
App: id,
Platform: props.platform,
JAVA_TOOL_OPTIONS: "-Djdk.httpclient.connectionPoolSize=2"
},
memorySize: 10240,
description: `sends notifications for ${id}`,
Expand Down

0 comments on commit 234cebd

Please sign in to comment.