We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6b2cd commit f08fcadCopy full SHA for f08fcad
common/src/main/scala/org/apache/comet/CometConf.scala
@@ -167,6 +167,7 @@ object CometConf {
167
"this config is false. Comet broadcast feature will be enabled automatically by " +
168
"Comet extension. But for unit tests, we need this feature to force enabling it " +
169
"for invalid cases. So this config is only used for unit test.")
170
+ .internal()
171
.booleanConf
172
.createWithDefault(false)
173
0 commit comments