Skip to content

Commit 7348187

Browse files
author
Dylan Wilson
committed
add keep alive to Core Connections
1 parent 3f296f9 commit 7348187

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/openapi-generator/src/main/resources/typescript-nestjs/api.module.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ const getAgent = (
7474
caPath: string
7575
): Agent | undefined => {
7676
return new Agent({
77+
keepAlive: true,
7778
cert: fs.readFileSync(certPath),
7879
key: fs.readFileSync(certKeyPath),
7980
ca: fs.readFileSync(caPath),

0 commit comments

Comments
 (0)