Skip to content

Commit b4365e5

Browse files
committed
MINOR: Configuration: added tunnel timeout to defaults and backend
1 parent 5a96f5a commit b4365e5

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

build/haproxy_spec.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,9 @@ definitions:
460460
tcplog:
461461
type: boolean
462462
x-display-name: TCP Log
463+
tunnel_timeout:
464+
type: integer
465+
x-nullable: true
463466
unique_id_format:
464467
type: string
465468
x-display-name: Unique ID format
@@ -838,6 +841,9 @@ definitions:
838841
- binary
839842
type: string
840843
type: object
844+
tunnel_timeout:
845+
type: integer
846+
x-nullable: true
841847
required:
842848
- name
843849
title: Backend

models/configuration.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,9 @@ defaults:
231231
queue_timeout:
232232
type: integer
233233
x-nullable: true
234+
tunnel_timeout:
235+
type: integer
236+
x-nullable: true
234237
external_check:
235238
type: string
236239
enum: [enabled, disabled]
@@ -599,6 +602,9 @@ backend:
599602
server_timeout:
600603
type: integer
601604
x-nullable: true
605+
tunnel_timeout:
606+
type: integer
607+
x-nullable: true
602608
httpchk:
603609
$ref: "#/definitions/httpchk"
604610
x-dependency:

0 commit comments

Comments
 (0)