Skip to content

Commit

Permalink
#42 cueball HTTP agent config missing pinger or TCP keepalives (#81)
Browse files Browse the repository at this point in the history
Reviewed by: Dan McDonald <[email protected]>
  • Loading branch information
arekinath authored May 21, 2021
1 parent d56f925 commit 455a7fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"changefeed": "1.5.2",
"clone": "0.1.5",
"ctype": "0.5.2",
"cueball": "2.1.1",
"cueball": "2.10.1",
"filed": "0.0.7",
"http-signature": "1.1.0",
"joyent-schemas": "git+https://github.com/joyent/schemas.git#dd1c3cbfae6e2aa6ceafbe003bd95fb5e579e748",
Expand Down
5 changes: 4 additions & 1 deletion sapi_manifests/cloudapi/template
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,10 @@
"delay": 250,
"maxDelay": 1000
}
}
},
"tcpKeepAliveInitialDelay": 10000,
"ping": "/ping",
"pingInterval": 30000
},
{{#MAHI_SERVICE}}
"mahi": {
Expand Down

0 comments on commit 455a7fa

Please sign in to comment.