Skip to content

Commit f08fcad

Browse files
authored
chore: Make COMET_EXEC_BROADCAST_FORCE_ENABLED internal config (#413)
1 parent bc6b2cd commit f08fcad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/src/main/scala/org/apache/comet/CometConf.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ object CometConf {
167167
"this config is false. Comet broadcast feature will be enabled automatically by " +
168168
"Comet extension. But for unit tests, we need this feature to force enabling it " +
169169
"for invalid cases. So this config is only used for unit test.")
170+
.internal()
170171
.booleanConf
171172
.createWithDefault(false)
172173

0 commit comments

Comments
 (0)