Skip to content

Commit e83704c

Browse files
OPENIG-9667 Vertx 5.0.3 RST frame config to fix random OB test failures
1 parent f14d548 commit e83704c

File tree

1 file changed

+2
-1
lines changed
  • config/7.3.0/securebanking/ig/config/dev/config

1 file changed

+2
-1
lines changed

config/7.3.0/securebanking/ig/config/dev/config/admin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"port": 8080,
3333
"vertx": {
3434
"maxInitialLineLength": 8192,
35-
"maxTotalHeadersSize": 24576
35+
"maxTotalHeadersSize": 24576,
36+
"http2RstFloodMaxRstFramePerWindow" : 400
3637
}
3738
}
3839
],

0 commit comments

Comments
 (0)