summaryrefslogtreecommitdiff
path: root/java/nouveau/nouveau.yaml
blob: a6bd00f6e12323f39dbc916b234773b24bd79984 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
maxIndexesOpen: 100
commitIntervalSeconds: 30
idleSeconds: 60



server:
  applicationConnectors:
    - type: h2c
      port: 8080
      maxConcurrentStreams: 1024
      initialStreamRecvWindow: 65535
  gzip:
    includedMethods:
      - GET
      - POST