Skip to content

Commit

Permalink
chore: Make COMET_EXEC_BROADCAST_FORCE_ENABLED internal config (apach…
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya authored May 10, 2024
1 parent bc6b2cd commit f08fcad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/src/main/scala/org/apache/comet/CometConf.scala
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ object CometConf {
"this config is false. Comet broadcast feature will be enabled automatically by " +
"Comet extension. But for unit tests, we need this feature to force enabling it " +
"for invalid cases. So this config is only used for unit test.")
.internal()
.booleanConf
.createWithDefault(false)

Expand Down

0 comments on commit f08fcad

Please sign in to comment.