Skip to content

Commit

Permalink
Enable D2G on all worker pools
Browse files Browse the repository at this point in the history
  • Loading branch information
petemoore authored and jschwartzentruber committed Sep 25, 2024
1 parent 8fa55c1 commit c1434d3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def get_worker_config(self, worker: str, platform: str) -> Dict[str, Any]:
# Fixed config for websocket tunnel
out["genericWorker"]["config"].update(
{
"enableD2G": True,
"enableInteractive": True,
"wstAudience": "communitytc",
"wstServerURL": (
Expand Down

0 comments on commit c1434d3

Please sign in to comment.