summaryrefslogtreecommitdiff
path: root/interface-definitions/include/haproxy/timeout-server.xml.i
blob: f27d415c1f441bc22322571e1cca48e474e5c720 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- include start from haproxy/timeout-server.xml.i -->
<leafNode name="server">
  <properties>
    <help>Set the maximum inactivity time on the server side</help>
    <valueHelp>
      <format>u32:1-3600</format>
      <description>Server timeout in seconds</description>
    </valueHelp>
    <constraint>
      <validator name="numeric" argument="--range 1-3600"/>
    </constraint>
  </properties>
</leafNode>
<!-- include end -->