Skip to content

Commit

Permalink
comments (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Oct 8, 2024
1 parent 7c90f88 commit d80bec0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/dh/dhe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,10 @@ export async function createInteractiveConsoleQuery(
type,
owner,
dbServerName,
heapSize: heapSize && 0.5, // TODO: set this to default
heapSize: heapSize,
scheduling,
jvmArgs: '-Dhttp.websockets=true', // TODO: Probably need to connect securely
// TODO: deephaven/vscode-deephaven/issues/153 to update this to secure websocket connection
jvmArgs: '-Dhttp.websockets=true',
jvmProfile,
scriptLanguage,
workerKind,
Expand Down

0 comments on commit d80bec0

Please sign in to comment.