Skip to content

Commit 9e16a64

Browse files
keithcopybara-github
authored andcommitted
Flip --experimental_worker_allow_json_protocol
Based on the discussion here #13607 we want to flip this and leave it around temporarily, but there are also some refactorings coming around how to do that. This flips the value now so it can be used without the flag sooner in rolling releases. Closes #13745. PiperOrigin-RevId: 423831532
1 parent 440e16d commit 9e16a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/devtools/build/lib/worker/WorkerOptions.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class WorkerOptions extends OptionsBase {
4848

4949
@Option(
5050
name = "experimental_worker_allow_json_protocol",
51-
defaultValue = "false",
51+
defaultValue = "true",
5252
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
5353
effectTags = {OptionEffectTag.BUILD_FILE_SEMANTICS},
5454
help =

0 commit comments

Comments
 (0)