Skip to content

Commit

Permalink
Docs: update --experimental_worker_multiplex
Browse files Browse the repository at this point in the history
The flag is not a no-op anymore.
WorkerModule.registerSpawnStrategies passes its
value to the WorkerSpawnRunner ctor.

Closes #12943.

PiperOrigin-RevId: 356708747
  • Loading branch information
laszlocsomor authored and copybara-github committed Feb 10, 2021
1 parent 2910d3d commit 81a5a12
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public String getTypeDescription() {
documentationCategory = OptionDocumentationCategory.UNCATEGORIZED,
effectTags = {OptionEffectTag.UNKNOWN},
help =
"Currently a no-op. Future: If enabled, workers that support the experimental"
+ " multiplexing feature will use that feature.")
"If enabled, workers that support the experimental multiplexing feature will use that"
+ " feature.")
public boolean workerMultiplex;
}

0 comments on commit 81a5a12

Please sign in to comment.