We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d859b commit 3837864Copy full SHA for 3837864
Sources/NIOHTTP2/GlitchesMonitor.swift
@@ -13,7 +13,7 @@
13
//===----------------------------------------------------------------------===//
14
15
struct GlitchesMonitor {
16
- static var defaultMaximumGlitches: Int { 100 }
+ static var defaultMaximumGlitches: Int { 200 }
17
private var stateMachine: GlitchesMonitorStateMachine
18
19
init(maximumGlitches: Int = GlitchesMonitor.defaultMaximumGlitches) {
0 commit comments