Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit b1e8f67

Browse files
committed
Increase ELB connection timeout to 10 minutes
1 parent 7599907 commit b1e8f67

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

DeepSecurity/Common/DSM96ELB.template

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@
115115
"UnhealthyThreshold" : "5",
116116
"Interval" : "30",
117117
"Timeout" : "5"
118+
},
119+
"ConnectionSettings" : {
120+
"IdleTimeout" : 600
118121
}
119122
}
120123
},
@@ -169,6 +172,9 @@
169172
"UnhealthyThreshold" : "5",
170173
"Interval" : "30",
171174
"Timeout" : "5"
175+
},
176+
"ConnectionSettings" : {
177+
"IdleTimeout" : 600
172178
}
173179
}
174180
}

0 commit comments

Comments
 (0)